update test

This commit is contained in:
Daniel Langbein 2023-03-19 19:06:33 +01:00
parent f18b3d8ffd
commit 79523f169f

View File

@ -177,8 +177,8 @@ def test15_recieve():
First start the passive side. First start the passive side.
""" """
exec_receive_chunks_passive( exec_receive_chunks_passive(
command=['cat'], command=['tee', '/home/yoda/test/15.txt'],
target_chunk_dir=Path('/home/yoda/15'), target_chunk_dir=Path('/home/yoda/test/15'),
) )
@ -190,7 +190,7 @@ def test15_send():
command=['ls', '/home'], command=['ls', '/home'],
ssh_target='nas', ssh_target='nas',
source_chunk_dir=Path('test/15'), source_chunk_dir=Path('test/15'),
target_chunk_dir=Path('/home/yoda/15'), target_chunk_dir=Path('/home/yoda/test/15'),
) )