summaryrefslogtreecommitdiff
path: root/regress/integrity.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-19 13:15:01 +1100
committerDamien Miller <djm@mindrot.org>2013-02-19 13:15:01 +1100
commitb3764e12024e70296d35877a3da2c4d575dafdb9 (patch)
tree0f320fe0a61795de87d15269f99b09318e257f20 /regress/integrity.sh
parent0dc3bc908e702cc2db460446f11628654c9c602e (diff)
- djm@cvs.openbsd.org 2013/02/19 02:14:09
[integrity.sh] oops, forgot to increase the output of the ssh command to ensure that we actually reach $offset
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r--regress/integrity.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh
index 261e9f9a9..0a0146e05 100644
--- a/regress/integrity.sh
+++ b/regress/integrity.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: integrity.sh,v 1.5 2013/02/18 22:26:47 djm Exp $ 1# $OpenBSD: integrity.sh,v 1.6 2013/02/19 02:14:09 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="integrity" 4tid="integrity"
@@ -46,7 +46,7 @@ for m in $macs; do
46 *) macopt="-m $m";; 46 *) macopt="-m $m";;
47 esac 47 esac
48 output=$(${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \ 48 output=$(${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \
49 999.999.999.999 'printf "%2048s" " "' 2>&1) 49 999.999.999.999 'printf "%4096s" " "' 2>&1)
50 if [ $? -eq 0 ]; then 50 if [ $? -eq 0 ]; then
51 fail "ssh -m $m succeeds with bit-flip at $off" 51 fail "ssh -m $m succeeds with bit-flip at $off"
52 fi 52 fi