diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2017-08-07 03:52:55 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-09-18 14:11:42 +1000 |
commit | cdede10899892f25f1ccdccd7a3fe5e5ef0aa49a (patch) | |
tree | 50830ad8aa574c1f38831ffcfdabe3bf5f92ef49 /regress/reexec.sh | |
parent | ec218c105daa9f5b192f7aa890fdb2d4fdc4e9d8 (diff) |
upstream commit
Remove obsolete privsep=no fallback test.
Upstream-Regress-ID: 7d6e1baa1678ac6be50c2a1555662eb1047638df
Diffstat (limited to 'regress/reexec.sh')
-rw-r--r-- | regress/reexec.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/regress/reexec.sh b/regress/reexec.sh index ce23a1af3..2192456cd 100644 --- a/regress/reexec.sh +++ b/regress/reexec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: reexec.sh,v 1.11 2017/04/30 23:34:55 djm Exp $ | 1 | # $OpenBSD: reexec.sh,v 1.12 2017/08/07 03:52:55 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="reexec tests" | 4 | tid="reexec tests" |
@@ -51,17 +51,4 @@ rm -f $SSHD_COPY | |||
51 | copy_tests | 51 | copy_tests |
52 | 52 | ||
53 | stop_sshd | 53 | stop_sshd |
54 | |||
55 | verbose "test reexec fallback without privsep" | ||
56 | |||
57 | cp $OBJ/sshd_config.orig $OBJ/sshd_config | ||
58 | echo "UsePrivilegeSeparation=no" >> $OBJ/sshd_config | ||
59 | |||
60 | start_sshd_copy | ||
61 | rm -f $SSHD_COPY | ||
62 | |||
63 | copy_tests | ||
64 | |||
65 | stop_sshd | ||
66 | |||
67 | fi | 54 | fi |