The branch, master has been updated via 8d0345e5a097fc4a0d297c089539bcd3702d4431 (commit) from dd8d04f9fa4677736d37f93a2ed3f645ca8ce95d (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 8d0345e5a097fc4a0d297c089539bcd3702d4431 Author: Kai Blin <k...@samba.org> Date: Tue Aug 18 22:10:04 2009 +0200 wbinfo: Fix up s3 blackbox test. wbinfo no longer needs a config file. ----------------------------------------------------------------------- Summary of changes: source3/script/tests/test_wbinfo_s3.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/script/tests/test_wbinfo_s3.sh b/source3/script/tests/test_wbinfo_s3.sh index d47953e..9758014 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 -- Samba Shared Repository