mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Modify drop protocol to allow transmission of broken symlinks in the URI list
This commit is contained in:
@@ -42,7 +42,7 @@ def create_fs(base):
|
||||
f.write(b'x' * sz)
|
||||
os.makedirs(join('d1', 'sd', 'ssd'))
|
||||
os.mkdir(join('d2'))
|
||||
# os.symlink('/does-not-exist', join('s1'))
|
||||
os.symlink('/does-not-exist', join('s1'))
|
||||
os.symlink('d1', join('sd'))
|
||||
os.symlink('/', join('sr'))
|
||||
os.symlink('../d1', join('d1', 'sr'))
|
||||
|
||||
Reference in New Issue
Block a user