summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2013-02-19 02:14:09 +0000
committerdjm <djm@openbsd.org>2013-02-19 02:14:09 +0000
commitc8055c79fef0afa635fab01c65fcb77bcc26b996 (patch)
tree3ce818153e0e8445051978cdf99911697e55e587
parentRemove bogus include. ok djm (diff)
downloadwireguard-openbsd-c8055c79fef0afa635fab01c65fcb77bcc26b996.tar.xz
wireguard-openbsd-c8055c79fef0afa635fab01c65fcb77bcc26b996.zip
oops, forgot to increase the output of the ssh command to ensure that
we actually reach $offset
-rw-r--r--regress/usr.bin/ssh/integrity.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/integrity.sh b/regress/usr.bin/ssh/integrity.sh
index dd89ff0572c..5a86e1f2a9e 100644
--- a/regress/usr.bin/ssh/integrity.sh
+++ b/regress/usr.bin/ssh/integrity.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: integrity.sh,v 1.5 2013/02/18 22:26:47 djm Exp $
+# $OpenBSD: integrity.sh,v 1.6 2013/02/19 02:14:09 djm Exp $
# Placed in the Public Domain.
tid="integrity"
@@ -40,7 +40,7 @@ for m in $macs; do
*) macopt="-m $m";;
esac
output=$(${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \
- 999.999.999.999 'printf "%2048s" " "' 2>&1)
+ 999.999.999.999 'printf "%4096s" " "' 2>&1)
if [ $? -eq 0 ]; then
fail "ssh -m $m succeeds with bit-flip at $off"
fi