From c575c85d587284eaf0afde269f6d4c2ae61423ee Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Apr 2008 10:57:50 +0200 Subject: test: not only pretend to call smbconftort - really do it :-} Michael (This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9) --- source3/script/tests/test_local_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/tests') diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index b960620a5b..aed8637abd 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/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 -- cgit