summaryrefslogtreecommitdiff
path: root/regress/integrity.sh
diff options
context:
space:
mode:
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 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
4tid="integrity" 4tid="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