summaryrefslogtreecommitdiff
path: root/regress/principals-command.sh
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-12-11 18:47:14 +0000
committerDamien Miller <djm@mindrot.org>2019-12-16 14:20:35 +1100
commita7fc1df246e80bfdabd09b069b91c72f9c578ca8 (patch)
treefde2c7b364ccc1f3b1c4c6e08b853651f1dc3a68 /regress/principals-command.sh
parent3145d38ea06820a66c0f5e068f49af14fd2b7ac1 (diff)
upstream: it's no longer possible to disable privilege separation
in sshd, so don't double the tests' work by trying both off/on OpenBSD-Regress-ID: d366665466dbd09e9b707305da884be3e7619c68
Diffstat (limited to 'regress/principals-command.sh')
-rw-r--r--regress/principals-command.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/principals-command.sh b/regress/principals-command.sh
index a91858cbb..9e85e8e75 100644
--- a/regress/principals-command.sh
+++ b/regress/principals-command.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: principals-command.sh,v 1.8 2019/11/01 01:55:41 djm Exp $ 1# $OpenBSD: principals-command.sh,v 1.10 2019/12/11 18:47:14 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="authorized principals command" 4tid="authorized principals command"
@@ -63,7 +63,7 @@ fi
63 63
64if [ -x $PRINCIPALS_COMMAND ]; then 64if [ -x $PRINCIPALS_COMMAND ]; then
65 # Test explicitly-specified principals 65 # Test explicitly-specified principals
66 for privsep in yes sandbox ; do 66 for privsep in yes ; do
67 _prefix="privsep $privsep" 67 _prefix="privsep $privsep"
68 68
69 # Setup for AuthorizedPrincipalsCommand 69 # Setup for AuthorizedPrincipalsCommand