selftest: reenable wbinfo tests and pass --configfile instead of -s
[ira/wip.git] / source3 / script / tests / test_wbinfo_s3.sh
index abd6146e1a3e507c8d324146b366b8e8e6501dbe..6a8faa1f87ec7ece128cef4acf160ac9c224611d 100755 (executable)
@@ -40,7 +40,7 @@ NEWIFS=$':'
 IFS=$NEWIFS
 for t in $tests; do
    IFS=$OLDIFS
-   testit "wbinfo $t" $VALGRIND $BINDIR/wbinfo $ADDARGS $t || failed=`expr $failed + 1`
+   testit "wbinfo $t" $VALGRIND $BINDIR/wbinfo $CONFIGURATION $ADDARGS $t || failed=`expr $failed + 1`
    IFS=$NEWIFS
 done
 IFS=$OLDIFS