From 92a5d23c60135dafd033efd99e1d2f748067cc44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 7 Nov 2011 16:24:30 +0000 Subject: [PATCH] Fix typo --- org.glite.testsuites.ctb/LB/tests/lb-test-notif.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.2.3