diff options
Diffstat (limited to 'source4/client')
-rwxr-xr-x | source4/client/tests/test_smbclient.sh | 9 |
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` |