From 8d0345e5a097fc4a0d297c089539bcd3702d4431 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 18 Aug 2009 22:10:04 +0200 Subject: [PATCH] wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file. --- source3/script/tests/test_wbinfo_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1