From: Kai Blin Date: Tue, 18 Aug 2009 20:10:04 +0000 (+0200) Subject: wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file. X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=8d0345e5a097fc4a0d297c089539bcd3702d4431 wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file. --- diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index d47953e0f375..9758014a3d08 100755 --- a/source3/script/tests/test_wbinfo_s3.sh +++ b/source3/script/tests/test_wbinfo_s3.sh @@ -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