mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:tests: Also clear the download area in smbget msdfs_link test
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15345 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9c76563ba2
commit
1104916d22
@ -46,7 +46,7 @@ remove_test_data()
|
||||
|
||||
clear_download_area()
|
||||
{
|
||||
rm -rf dir1 dir2 testfile dir001 dir004
|
||||
rm -rf dir1 dir2 testfile dir001 dir004 readable_file
|
||||
}
|
||||
|
||||
test_singlefile_guest()
|
||||
@ -260,6 +260,8 @@ test_update()
|
||||
# Test accessing an msdfs path.
|
||||
test_msdfs_link()
|
||||
{
|
||||
clear_download_area
|
||||
|
||||
${SMBGET} -v "-U${USERNAME}%${PASSWORD}" \
|
||||
"smb://${SERVER}/msdfs-share/deeppath/msdfs-src2/readable_file"
|
||||
ret=$?
|
||||
|
Loading…
Reference in New Issue
Block a user