summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh2
-rw-r--r--source3/wscript_build5
2 files changed, 1 insertions, 6 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh
index d5a3d474edb..d92e328d030 100755
--- a/source3/script/tests/test_local_s3.sh
+++ b/source3/script/tests/test_local_s3.sh
@@ -22,7 +22,7 @@ else
echo "Skipping talloctort"
fi
-testit "replacetort" $VALGRIND $BINDIR/replacetort || \
+testit "replace_testsuite" $VALGRIND $BINDIR/replace_testsuite || \
failed=`expr $failed + 1`
if test -x bin/tdbtorture ; then
diff --git a/source3/wscript_build b/source3/wscript_build
index 1dc8768ded4..fd4101a315f 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1215,11 +1215,6 @@ bld.SAMBA3_BINARY('smbconftort',
''',
install=False)
-bld.SAMBA3_BINARY('replacetort',
- source='../lib/replace/test/main.c',
- deps='replace replace-test',
- install=False)
-
bld.SAMBA3_BINARY('msgtest',
source='torture/msgtest.c',
deps='''