wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file.
authorKai Blin <kai@samba.org>
Tue, 18 Aug 2009 20:10:04 +0000 (22:10 +0200)
committerKai Blin <kai@samba.org>
Tue, 18 Aug 2009 20:10:04 +0000 (22:10 +0200)
source3/script/tests/test_wbinfo_s3.sh

index d47953e0f375d0733ff75f38cf9212d69f272ea5..9758014a3d08ac6fea698f942b14b1f1ebdbb51e 100755 (executable)
@@ -46,7 +46,7 @@ NEWIFS=$':'
 IFS=$NEWIFS
 for t in $tests; do
    IFS=$OLDIFS
-   testit "wbinfo $t" $VALGRIND $BINDIR/wbinfo $CONFIGURATION $ADDARGS $t || failed=`expr $failed + 1`
+   testit "wbinfo $t" $VALGRIND $BINDIR/wbinfo $ADDARGS $t || failed=`expr $failed + 1`
    IFS=$NEWIFS
 done
 IFS=$OLDIFS