From: Björn Jacke Date: Fri, 11 Apr 2008 08:33:46 +0000 (+0200) Subject: some shells are pickier than others ... X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=83a6605b3a5e444f3b5c1b543d7fa442e357f1ab;p=metze%2Fsamba%2Fwip.git some shells are pickier than others ... (This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb) --- diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index 5de7f1aa82dd..b960620a5b68 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