diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 14:47:51 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 14:47:51 +1000 |
commit | 34035be27b7ddd84706fe95c39d37cba7d5c9572 (patch) | |
tree | 7fcd130aeac990f04ed4448e4423fbae510138c7 /regress | |
parent | b8b96b0aa634d440feba4331c80ae4de9dda2081 (diff) |
- dtucker@cvs.openbsd.org 2013/05/17 01:32:11
[regress/integrity.sh]
don't print output from ssh before getting it (it's available in ssh.log)
Diffstat (limited to 'regress')
-rw-r--r-- | regress/integrity.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh index 2621a0025..982eced21 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: integrity.sh,v 1.9 2013/04/07 02:16:03 dtucker Exp $ | 1 | # $OpenBSD: integrity.sh,v 1.10 2013/05/17 01:32:11 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="integrity" | 4 | tid="integrity" |
@@ -52,7 +52,7 @@ for m in $macs; do | |||
52 | aes*gcm*) macopt="-c $m";; | 52 | aes*gcm*) macopt="-c $m";; |
53 | *) macopt="-m $m";; | 53 | *) macopt="-m $m";; |
54 | esac | 54 | esac |
55 | verbose "test $tid: $m @$off $output" | 55 | verbose "test $tid: $m @$off" |
56 | ${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \ | 56 | ${SSH} $macopt -2F $OBJ/ssh_proxy -o "$pxy" \ |
57 | 999.999.999.999 'printf "%4096s" " "' >/dev/null | 57 | 999.999.999.999 'printf "%4096s" " "' >/dev/null |
58 | if [ $? -eq 0 ]; then | 58 | if [ $? -eq 0 ]; then |