diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2017-08-07 03:52:56 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2017-08-07 03:52:56 +0000 |
commit | fe01d5117e2c27e0a55d174dbb198f941ce6bbdc (patch) | |
tree | 11b0ac6038d1affa7b8f36bd16b075bab30c5732 | |
parent | d88199b39060c60b5fe45eacfab703c5bb052f9f (diff) |
Remove obsolete privsep=no fallback test.
-rw-r--r-- | regress/usr.bin/ssh/reexec.sh | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/regress/usr.bin/ssh/reexec.sh b/regress/usr.bin/ssh/reexec.sh index 7fbe24c9add..52342fe5435 100644 --- a/regress/usr.bin/ssh/reexec.sh +++ b/regress/usr.bin/ssh/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" @@ -48,16 +48,3 @@ 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 - |