mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Update docs on what is needed for the transfer kitten
This commit is contained in:
@@ -485,7 +485,7 @@ class TestFileTransmission(BaseTest):
|
||||
def test_transfer_send(self):
|
||||
src = os.path.join(self.tdir, 'src')
|
||||
with open(src, 'wb') as s:
|
||||
s.write(os.urandom(813))
|
||||
s.write(os.urandom(9137))
|
||||
dest = os.path.join(self.tdir, 'dest')
|
||||
with self.run_kitten([src, dest]) as pty:
|
||||
pty.wait_till_child_exits(require_exit_code=0)
|
||||
|
||||
Reference in New Issue
Block a user