summaryrefslogtreecommitdiff
path: root/source4/client/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-08-04 16:02:23 +1000
committerAndrew Tridgell <tridge@samba.org>2009-08-04 16:02:23 +1000
commit1937ab3668e6a4667ac4334a6e1bea2cc75cfb1d (patch)
tree5dba23e9ffa89923c242312acea170c10a796883 /source4/client/tests
parentff388611f461b4a4ee044ce86aedda9ce18dfc97 (diff)
parent57d690b6f693d9a90eb77404bbffc05a1c245972 (diff)
downloadsamba-1937ab3668e6a4667ac4334a6e1bea2cc75cfb1d.tar.gz
samba-1937ab3668e6a4667ac4334a6e1bea2cc75cfb1d.tar.bz2
samba-1937ab3668e6a4667ac4334a6e1bea2cc75cfb1d.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source4/client/tests')
-rwxr-xr-xsource4/client/tests/test_smbclient.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh
index 7775422e33..20ecc18707 100755
--- a/source4/client/tests/test_smbclient.sh
+++ b/source4/client/tests/test_smbclient.sh
@@ -43,13 +43,8 @@ testit "share and server list" $VALGRIND $smbclient -L $SERVER $CONFIGURATION -
testit "share and server list anonymously" $VALGRIND $smbclient -N -L $SERVER $CONFIGURATION $@ || failed=`expr $failed + 1`
-# Generate random file
-cat >tmpfile<<EOF
-foo
-bar
-bloe
-blah
-EOF
+# Use the smbclient binary as our test file
+cat $smbclient >tmpfile
# put that file
runcmd "MPutting file" 'mput tmpfile' || failed=`expr $failed + 1`