mirror of
https://codeberg.org/privacy1st/subprocess-util
synced 2024-12-22 22:06:05 +01:00
update test
This commit is contained in:
parent
f18b3d8ffd
commit
79523f169f
@ -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'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user