diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh index 083162d92b..019a51559b 100755 --- a/source3/script/tests/test_local_s3.sh +++ b/source3/script/tests/test_local_s3.sh @@ -17,4 +17,7 @@ failed=0 testit "talloctort" $VALGRIND $BINDIR/talloctort || \ failed=`expr $failed + 1` +testit "replacetort" $VALGRIND $BINDIR/replacetort || \ + failed=`expr $failed + 1` + testok $0 $failed |