X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Fverifier%2Fmake_obj_store_test.sh;h=6390c65695cdd7145260c10e6adae930871ced95;hb=b3901be2f68591e87ca2a9e45961b691de2f12e8;hp=f0d53366c87aead38e91afaadbbe1f8353553b04;hpb=e097a6443206bcdf9866e0c65883ece765144d02;p=mono.git diff --git a/mono/tests/verifier/make_obj_store_test.sh b/mono/tests/verifier/make_obj_store_test.sh index f0d53366c87..6390c65695c 100755 --- a/mono/tests/verifier/make_obj_store_test.sh +++ b/mono/tests/verifier/make_obj_store_test.sh @@ -18,7 +18,7 @@ echo $TEST_FILE TEST_TYPE1=`echo $TEST_TYPE1 | $SED -s 's/&/\\\&/'` TEST_TYPE2=`echo $TEST_TYPE2 | $SED -s 's/&/\\\&/'` -if [ "$TEST_CREATE_FIELD" == "no" ]; then +if [ "$TEST_CREATE_FIELD" = "no" ]; then CLASS_FIELDS=""; else CLASS_FIELDS=".field public ${TEST_TYPE1} fld\n .field public static ${TEST_TYPE1} sfld";