diff options
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ test_transfer() { ${client} compare_files printf "ok" - ) + ) 2>&1 rm -f "$CLIENTDIR/testfile" time ( @@ -108,7 +108,7 @@ test_transfer() { ${client} compare_files printf "ok" - ) + ) 2>&1 rm -f "$SERVERDIR/testfile" ${server}_cleanup |
