From: Andrew Bartlett Date: Tue, 4 Aug 2009 01:12:33 +0000 (+1000) Subject: Use smbclient binary for the test file in smbclient test X-Git-Tag: talloc-2.0.0~484^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f110d30517374514c80d9c69e3451adebb74382;p=thirdparty%2Fsamba.git 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 --- diff --git a/source4/client/tests/test_smbclient.sh b/source4/client/tests/test_smbclient.sh index 7775422e332..20ecc18707c 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<tmpfile # put that file runcmd "MPutting file" 'mput tmpfile' || failed=`expr $failed + 1`