From 6b2ae5b81da41980fe71c4243d3624e6c0518ff4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 25 Jan 2013 16:12:09 +0000 Subject: [PATCH] adjust to NotifIDs starting with '-' --- 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 a6cc22e..5c50c2d 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-https.sh @@ -217,7 +217,7 @@ test_done notifunique=`${SYS_ECHO} ${notifid} | ${SYS_SED} 's/^.*NOTIF://'` - $SYS_GREP $notifunique https.$$.tmp > /dev/null 2> /dev/null + $SYS_GREP -- $notifunique https.$$.tmp > /dev/null 2> /dev/null if [ "$?" != "0" ]; then test_failed -- 1.8.2.3