From: Michael Adam Date: Fri, 11 Apr 2008 08:57:50 +0000 (+0200) Subject: test: not only pretend to call smbconftort - really do it :-} X-Git-Tag: samba-3.3.0pre1~2747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0947537e61cdc7aaaf1256a7f9a590f006cb3d9;p=thirdparty%2Fsamba.git test: not only pretend to call smbconftort - really do it :-} Michael --- diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh index b960620a5b6..aed8637abd4 100755 --- a/source/script/tests/test_local_s3.sh +++ b/source/script/tests/test_local_s3.sh @@ -23,7 +23,7 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \ testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \ failed=`expr $failed + 1` -testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \ +testit "smbconftort" $VALGRIND $BINDIR/smbconftort $CONFIGURATION || \ failed=`expr $failed + 1` testok $0 $failed