From 83a6605b3a5e444f3b5c1b543d7fa442e357f1ab Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 11 Apr 2008 10:33:46 +0200 Subject: some shells are pickier than others ... (This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb) --- source3/script/tests/test_local_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index 5de7f1aa82..b960620a5b 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/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 -- cgit