From: Zdeněk Šustr Date: Mon, 7 Nov 2011 16:24:30 +0000 (+0000) Subject: Fix typo X-Git-Tag: merge_30_head_take2_dst~69 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=92a5d23c60135dafd033efd99e1d2f748067cc44;p=jra1mw.git Fix typo --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh index 912fb9c..a4ae748 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh @@ -169,7 +169,7 @@ else $SYS_RM $$_notifications.txt #Regress #86772 - printf "Trying to drop invalid NotiID (Regression into bug #86772)..." + printf "Trying to drop invalid NotifID (Regression into bug #86772)..." ${LBNOTIFY} drop ${jobid} 2>&1 | ${SYS_GREP} "Invalid" > /dev/null if [ $? = 0 ]; then printf " EINVAL"