]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 7 Aug 2017 03:52:55 +0000 (03:52 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 18 Sep 2017 04:11:42 +0000 (14:11 +1000)
Remove obsolete privsep=no fallback test.

Upstream-Regress-ID: 7d6e1baa1678ac6be50c2a1555662eb1047638df

regress/reexec.sh

index ce23a1af370dc3eb45248ccc973447a2617777b6..2192456cd85e159e950c41a6acf4d513834bc8f6 100644 (file)
@@ -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