Try and fix the buildfarm. There's a scripting error and
authorJeremy Allison <jra@samba.org>
Sat, 5 Jan 2008 03:09:46 +0000 (19:09 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 5 Jan 2008 03:09:46 +0000 (19:09 -0800)
I'm hoping this is it...
Jeremy.
(This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)

source3/script/tests/test_smbclient_s3.sh

index 8bf9cd1ec425c38134e338334818e83edf26dffe..c10aed0ee650ee56eaffcc81fa39f805e8577c74 100755 (executable)
@@ -12,7 +12,7 @@ fi
 SERVER="$1"
 SERVER_IP="$2"
 SMBCLIENT="$VALGRIND ${SMBCLIENT:-$BINDIR/smbclient} $CONFIGURATION"
-shift 3
+shift 2
 ADDARGS="$*"
 
 incdir=`dirname $0`