]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
test: not only pretend to call smbconftort - really do it :-}
authorMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 08:57:50 +0000 (10:57 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 Apr 2008 08:57:50 +0000 (10:57 +0200)
Michael

source/script/tests/test_local_s3.sh

index b960620a5b689ba60d40751af858b9056f593590..aed8637abd4d50a30f6f2963ccbead4bb6f1c875 100755 (executable)
@@ -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