- (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.
This commit is contained in:
parent
d028fea13a
commit
641b34c72b
|
@ -1,3 +1,6 @@
|
||||||
|
20041207
|
||||||
|
- (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.
|
||||||
|
|
||||||
20041206
|
20041206
|
||||||
- (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@
|
- (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -1920,4 +1923,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3598 2004/12/06 12:16:29 dtucker Exp $
|
$Id: ChangeLog,v 1.3599 2004/12/07 00:26:15 dtucker Exp $
|
||||||
|
|
|
@ -73,7 +73,7 @@ if [ ! -z "$SUDO" ]; then
|
||||||
chmod 660 ${DIR2}/copy
|
chmod 660 ${DIR2}/copy
|
||||||
$SUDO chown root ${DIR2}/copy
|
$SUDO chown root ${DIR2}/copy
|
||||||
$SCP -p $scpopts somehost:${DIR}/\* ${DIR2} >/dev/null 2>&1
|
$SCP -p $scpopts somehost:${DIR}/\* ${DIR2} >/dev/null 2>&1
|
||||||
diff -rN ${DIR} ${DIR2} || fail "corrupted copy"
|
diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
|
||||||
$SUDO rm ${DIR2}/copy
|
$SUDO rm ${DIR2}/copy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue