From 9f3662f2341743a7f9720f3af78a2563db3652a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Sun, 27 Feb 2011 08:30:37 +0000 Subject: [PATCH] forgotten test expression --- org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh index d915d68..32fe822 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh @@ -334,8 +334,8 @@ else $SYS_GREP "invalid option -- n" sbtestjob.$$.err > /dev/null - if [ ]; then - printf "SB collection: capability not detected..." + if [ $? -eq 0 ]; then + printf "Capability not detected..." test_skipped else -- 1.8.2.3