diff options
Diffstat (limited to 'regress/usr.bin/ssh/exit-status.sh')
-rw-r--r-- | regress/usr.bin/ssh/exit-status.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/exit-status.sh b/regress/usr.bin/ssh/exit-status.sh index d48e4c81d6c..bb5759c8588 100644 --- a/regress/usr.bin/ssh/exit-status.sh +++ b/regress/usr.bin/ssh/exit-status.sh @@ -1,4 +1,4 @@ -# $OpenBSD: exit-status.sh,v 1.3 2002/02/16 01:09:47 markus Exp $ +# $OpenBSD: exit-status.sh,v 1.4 2002/02/18 11:40:42 markus Exp $ # Placed in the Public Domain. tid="remote exit status" @@ -6,6 +6,7 @@ tid="remote exit status" for p in 1 2; do for s in 0 1 4 5 44; do trace "proto $p status $s" + verbose "test $tid: proto $p status $s \r" ssh -$p -F $OBJ/ssh_proxy otherhost exit $s r=$? if [ $r -ne $s ]; then @@ -21,3 +22,4 @@ for p in 1 2; do fi done done +verbose "\n" |