summaryrefslogtreecommitdiff
path: root/regress/keytype.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/keytype.sh')
-rw-r--r--regress/keytype.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/keytype.sh b/regress/keytype.sh
index 73858668e..b3d3a0d57 100644
--- a/regress/keytype.sh
+++ b/regress/keytype.sh
@@ -3,7 +3,11 @@
3 3
4tid="login with different key types" 4tid="login with different key types"
5 5
6TIME=/usr/bin/time 6TIME=`which time` 2>/dev/null
7if test ! -x "$TIME"; then
8 TIME=""
9fi
10
7cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak 11cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
8cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak 12cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
9 13