diff options
author | Jeremy Allison <jra@samba.org> | 2008-01-04 19:09:46 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-01-04 19:09:46 -0800 |
commit | ceba96c9151e211355186cf7ffea7318394c0365 (patch) | |
tree | c70d37f9c0fd239d32abd71f66f6b8c32bba36a1 | |
parent | 01afb07321a5af0fdd46fb30bda9419b553c1d5c (diff) | |
download | samba-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)
-rwxr-xr-x | source3/script/tests/test_smbclient_s3.sh | 2 |
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` |