From 8f110d30517374514c80d9c69e3451adebb74382 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Aug 2009 11:12:33 +1000 Subject: 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 --- source4/client/tests/test_smbclient.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'source4/client') 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<tmpfile # put that file runcmd "MPutting file" 'mput tmpfile' || failed=`expr $failed + 1` -- cgit