From: Björn Jacke Date: Fri, 11 Apr 2008 08:33:46 +0000 (+0200) Subject: some shells are pickier than others ... X-Git-Tag: samba-3.3.0pre1~2748 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9aabfa44d95128ded567d0949a6dd42786cbf6fb;p=thirdparty%2Fsamba.git some shells are pickier than others ... --- 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