diff options
-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 |