From 8af00549ff936543ebd4e2b40fb632745b240eef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 28 Jun 2012 10:31:57 +0000 Subject: [PATCH] Different notation to avoid false negatives --- org.glite.testsuites.ctb/LB/tests/lb-test-https.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3