From: Zdeněk Šustr Date: Thu, 28 Jun 2012 10:31:57 +0000 (+0000) Subject: Different notation to avoid false negatives X-Git-Tag: gridsite-core_R_1_7_22~52 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8af00549ff936543ebd4e2b40fb632745b240eef;p=jra1mw.git Different notation to avoid false negatives --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh index 74ad343..f7b8dd9 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh @@ -242,7 +242,7 @@ test_done #Drop notification printf "Dropping the test notification (${notifid})" dropresult=`${LBNOTIFY} drop ${notifid} 2>&1` - if [ -z $dropresult ]; then + if [ "$dropresult" == "" ]; then test_done else test_failed