From 79523f169f1efc619c47316ec473b0c216998edc Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 19 Mar 2023 19:06:33 +0100 Subject: [PATCH] update test --- src/subprocess_util/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'), )