diff options
author | Colin Watson <cjwatson@debian.org> | 2012-05-17 13:04:02 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-05-17 13:04:02 +0100 |
commit | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (patch) | |
tree | c59b4dbcc610f10700945f885adf3bddc2542c26 /regress | |
parent | 8241a65bf12ac53c1b7304bba7ce739aad80b8b8 (diff) | |
parent | b9bc38990c5eb5d99e28ca5af6d3491fd4a0060a (diff) |
merge 6.0p1
Diffstat (limited to 'regress')
-rw-r--r-- | regress/keytype.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/keytype.sh b/regress/keytype.sh index 2cbf132bd..cb40c6864 100644 --- a/regress/keytype.sh +++ b/regress/keytype.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | tid="login with different key types" | 4 | tid="login with different key types" |
5 | 5 | ||
6 | TIME=`which time` 2>/dev/null | 6 | TIME=`which time 2>/dev/null` |
7 | if test ! -x "$TIME"; then | 7 | if test ! -x "$TIME"; then |
8 | TIME="" | 8 | TIME="" |
9 | fi | 9 | fi |