summaryrefslogtreecommitdiff
path: root/source3/script/tests
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
commitc575c85d587284eaf0afde269f6d4c2ae61423ee (patch)
tree9b95201e368a63cd220811fd81cd12f62f521e2a /source3/script/tests
parent83a6605b3a5e444f3b5c1b543d7fa442e357f1ab (diff)
downloadsamba-c575c85d587284eaf0afde269f6d4c2ae61423ee.tar.gz
samba-c575c85d587284eaf0afde269f6d4c2ae61423ee.tar.bz2
samba-c575c85d587284eaf0afde269f6d4c2ae61423ee.zip
test: not only pretend to call smbconftort - really do it :-}
Michael (This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh2
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