aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index bf63eb2..b8aa6dd 100755
--- a/test.sh
+++ b/test.sh
@@ -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