From 9aabfa44d95128ded567d0949a6dd42786cbf6fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Fri, 11 Apr 2008 10:33:46 +0200 Subject: [PATCH] some shells are pickier than others ... --- source/script/tests/test_local_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh index 5de7f1aa82d..b960620a5b6 100755 --- a/source/script/tests/test_local_s3.sh +++ b/source/script/tests/test_local_s3.sh @@ -24,6 +24,6 @@ testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \ failed=`expr $failed + 1` testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \ - failed =`expr $failed + 1` + failed=`expr $failed + 1` testok $0 $failed -- 2.47.3