summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-11 10:57:50 +0200
committerMichael Adam <obnox@samba.org>2008-04-11 10:57:50 +0200
commite0947537e61cdc7aaaf1256a7f9a590f006cb3d9 (patch)
treee7a429b859325b2e8ee7ea7416df1ad77ac067e9 /source/script
parent9aabfa44d95128ded567d0949a6dd42786cbf6fb (diff)
downloadsamba-e0947537e61cdc7aaaf1256a7f9a590f006cb3d9.tar.gz
samba-e0947537e61cdc7aaaf1256a7f9a590f006cb3d9.tar.xz
samba-e0947537e61cdc7aaaf1256a7f9a590f006cb3d9.zip
test: not only pretend to call smbconftort - really do it :-}
Michael
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_local_s3.sh2
1 files changed, 1 insertions, 1 deletions
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