summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/reexec.sh15
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
4tid="reexec tests" 4tid="reexec tests"
@@ -51,17 +51,4 @@ rm -f $SSHD_COPY
51copy_tests 51copy_tests
52 52
53stop_sshd 53stop_sshd
54
55verbose "test reexec fallback without privsep"
56
57cp $OBJ/sshd_config.orig $OBJ/sshd_config
58echo "UsePrivilegeSeparation=no" >> $OBJ/sshd_config
59
60start_sshd_copy
61rm -f $SSHD_COPY
62
63copy_tests
64
65stop_sshd
66
67fi 54fi