From: Zdeněk Šustr Date: Mon, 4 Apr 2011 15:59:15 +0000 (+0000) Subject: Use less generic topic name X-Git-Tag: glite-lb-client_R_5_0_4_3~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=88f3096232a94e18bd5296afec145f600f327584;p=jra1mw.git Use less generic topic name --- 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 b44b8f3..975a678 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://topic | $SYS_GREP "notification ID" | ${SYS_AWK} '{ print $3 }'` + notifid=`${LBNOTIFY} new -j ${jobid} -a x-msg://lbtest | $SYS_GREP "notification ID" | ${SYS_AWK} '{ print $3 }'` if [ -z $notifid ]; then test_failed