diff --git a/src/subprocess_util/test.py b/src/subprocess_util/test.py index 6112d1b..b4dd78b 100644 --- a/src/subprocess_util/test.py +++ b/src/subprocess_util/test.py @@ -177,8 +177,8 @@ def test15_recieve(): First start the passive side. """ exec_receive_chunks_passive( - command=['cat'], - target_chunk_dir=Path('/home/yoda/15'), + command=['tee', '/home/yoda/test/15.txt'], + target_chunk_dir=Path('/home/yoda/test/15'), ) @@ -190,7 +190,7 @@ def test15_send(): command=['ls', '/home'], ssh_target='nas', source_chunk_dir=Path('test/15'), - target_chunk_dir=Path('/home/yoda/15'), + target_chunk_dir=Path('/home/yoda/test/15'), )