diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/scp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/scp.sh b/regress/scp.sh index 39e8af4c6..c3034b6e7 100644 --- a/regress/scp.sh +++ b/regress/scp.sh | |||
@@ -73,7 +73,7 @@ if [ ! -z "$SUDO" ]; then | |||
73 | chmod 660 ${DIR2}/copy | 73 | chmod 660 ${DIR2}/copy |
74 | $SUDO chown root ${DIR2}/copy | 74 | $SUDO chown root ${DIR2}/copy |
75 | $SCP -p $scpopts somehost:${DIR}/\* ${DIR2} >/dev/null 2>&1 | 75 | $SCP -p $scpopts somehost:${DIR}/\* ${DIR2} >/dev/null 2>&1 |
76 | diff -rN ${DIR} ${DIR2} || fail "corrupted copy" | 76 | diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy" |
77 | $SUDO rm ${DIR2}/copy | 77 | $SUDO rm ${DIR2}/copy |
78 | fi | 78 | fi |
79 | 79 | ||