diff options
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |