1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

test: not only pretend to call smbconftort - really do it :-}

Michael
(This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
This commit is contained in:
Michael Adam 2008-04-11 10:57:50 +02:00
parent 83a6605b3a
commit c575c85d58

View File

@ -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