[openssh-commits] [openssh] 03/04: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 18 14:13:09 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit cdede10899892f25f1ccdccd7a3fe5e5ef0aa49a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Aug 7 03:52:55 2017 +0000
upstream commit
Remove obsolete privsep=no fallback test.
Upstream-Regress-ID: 7d6e1baa1678ac6be50c2a1555662eb1047638df
---
regress/reexec.sh | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/regress/reexec.sh b/regress/reexec.sh
index ce23a1af..2192456c 100644
--- a/regress/reexec.sh
+++ b/regress/reexec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: reexec.sh,v 1.11 2017/04/30 23:34:55 djm Exp $
+# $OpenBSD: reexec.sh,v 1.12 2017/08/07 03:52:55 dtucker Exp $
# Placed in the Public Domain.
tid="reexec tests"
@@ -51,17 +51,4 @@ rm -f $SSHD_COPY
copy_tests
stop_sshd
-
-verbose "test reexec fallback without privsep"
-
-cp $OBJ/sshd_config.orig $OBJ/sshd_config
-echo "UsePrivilegeSeparation=no" >> $OBJ/sshd_config
-
-start_sshd_copy
-rm -f $SSHD_COPY
-
-copy_tests
-
-stop_sshd
-
fi
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list