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