diff options
author | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:16:05 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2012-05-18 12:16:05 +0100 |
commit | dabbdfacc9f6995b0739772a47704186dcf34ea5 (patch) | |
tree | 0a0b306a637bc85eb719261b74884f0b9573ec41 /regress | |
parent | 1e0d51b642cac9a6bfb719e6320905625aa5f943 (diff) | |
parent | dd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff) |
* New upstream release (http://www.openssh.org/txt/release-6.0).
- Fix IPQoS not being set on non-mapped v4-in-v6 addressed connections
(closes: #643312, #650512).
- Add a new privilege separation sandbox implementation for Linux's new
seccomp sandbox, automatically enabled on platforms that support it.
(Note: privilege separation sandboxing is still experimental.)
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 |