From 343cd7d06a6bb06a6272d2946c254c628cee1770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 7 Apr 2011 09:41:09 +0000 Subject: [PATCH] Use the mandatory prefix in notif-msg test --- org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh index 975a678..8c0852e 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-msg.sh @@ -135,7 +135,7 @@ else # Register notification: printf "Registering notification " - notifid=`${LBNOTIFY} new -j ${jobid} -a x-msg://lbtest | $SYS_GREP "notification ID" | ${SYS_AWK} '{ print $3 }'` + notifid=`${LBNOTIFY} new -j ${jobid} -a x-msg://grid.emi.lbtest | $SYS_GREP "notification ID" | ${SYS_AWK} '{ print $3 }'` if [ -z $notifid ]; then test_failed -- 1.8.2.3