summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-01-04 19:09:46 -0800
committerJeremy Allison <jra@samba.org>2008-01-04 19:09:46 -0800
commitceba96c9151e211355186cf7ffea7318394c0365 (patch)
treec70d37f9c0fd239d32abd71f66f6b8c32bba36a1 /source3/script/tests
parent01afb07321a5af0fdd46fb30bda9419b553c1d5c (diff)
downloadsamba-ceba96c9151e211355186cf7ffea7318394c0365.tar.gz
samba-ceba96c9151e211355186cf7ffea7318394c0365.tar.bz2
samba-ceba96c9151e211355186cf7ffea7318394c0365.zip
Try and fix the buildfarm. There's a scripting error and
I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_smbclient_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh
index 8bf9cd1ec4..c10aed0ee6 100755
--- a/source3/script/tests/test_smbclient_s3.sh
+++ b/source3/script/tests/test_smbclient_s3.sh
@@ -12,7 +12,7 @@ fi
SERVER="$1"
SERVER_IP="$2"
SMBCLIENT="$VALGRIND ${SMBCLIENT:-$BINDIR/smbclient} $CONFIGURATION"
-shift 3
+shift 2
ADDARGS="$*"
incdir=`dirname $0`