aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/regress/exit-status.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/exit-status.sh')
-rw-r--r--crypto/openssh/regress/exit-status.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/regress/exit-status.sh b/crypto/openssh/regress/exit-status.sh
index 56b78a622b7a..397d8d732fed 100644
--- a/crypto/openssh/regress/exit-status.sh
+++ b/crypto/openssh/regress/exit-status.sh
@@ -1,9 +1,9 @@
-# $OpenBSD: exit-status.sh,v 1.6 2002/03/15 13:08:56 markus Exp $
+# $OpenBSD: exit-status.sh,v 1.7 2015/03/03 22:35:19 markus Exp $
# Placed in the Public Domain.
tid="remote exit status"
-for p in 1 2; do
+for p in ${SSH_PROTOCOLS}; do
for s in 0 1 4 5 44; do
trace "proto $p status $s"
verbose "test $tid: proto $p status $s"