diff options
author | Michael Adam <obnox@samba.org> | 2008-04-11 10:57:50 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-11 10:57:50 +0200 |
commit | c575c85d587284eaf0afde269f6d4c2ae61423ee (patch) | |
tree | 9b95201e368a63cd220811fd81cd12f62f521e2a | |
parent | 83a6605b3a5e444f3b5c1b543d7fa442e357f1ab (diff) | |
download | samba-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)
-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 |