[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-781-g8f110d3

Andrew Bartlett abartlet at samba.org
Mon Aug 3 19:41:13 MDT 2009


The branch, master has been updated
       via  8f110d30517374514c80d9c69e3451adebb74382 (commit)
      from  3641978dfa88398dbc494845fe611dd87f2317b7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8f110d30517374514c80d9c69e3451adebb74382
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 4 11:12:33 2009 +1000

    Use smbclient binary for the test file in smbclient test
    
    In the vein hope that a larger file might show problems better than a
    small file.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source4/client/tests/test_smbclient.sh |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh
index 7775422..20ecc18 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`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list