vim-patch:8.2.4033: running filetype tests leaves directory behind (#16984)

Problem:    Running filetype tests leaves directory behind.
Solution:   Delete the top directory. (closes vim/vim#9483)
a4c96252b1
This commit is contained in:
zeertzjq 2022-01-08 10:15:27 +08:00 committed by GitHub
parent b4fbb9dcf2
commit 20122a3590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1042,7 +1042,7 @@ func Test_dep3patch_file()
call assert_notequal('dep3patch', &filetype)
bwipe!
call delete('debian/patches', 'rf')
call delete('debian', 'rf')
endfunc
func Test_patch_file()