Back to home page

Enduro/X

 
 

    


0001 #!/bin/bash
0002 
0003 if [ "X$HELLO1" != "XYTHIS IS 1" ]; then
0004     echo "TESTERROR ! Invalid value for HELLO1: [$HELLO1]"
0005 fi
0006 
0007 if [ "X$HELLO2" != "XYTHIS IS 2" ]; then
0008     echo "TESTERROR ! Invalid value for HELLO2: [$HELLO2]"
0009 fi
0010 
0011 if [ "X$HELLO11" != "XYTHIS IS 11" ]; then
0012     echo "TESTERROR ! Invalid value for HELLO11: [$HELLO11]"
0013 fi
0014 
0015 echo "test55-2.sh - done"