diff options
author | 2016-08-27 03:31:47 +0000 | |
---|---|---|
committer | 2016-08-27 03:31:47 +0000 | |
commit | 7da8d6f6527f83a9babc2227a127a9d3a93bf5ba (patch) | |
tree | 3603dca394e165cd8ff29e95b70815a5e3455f8a | |
parent | Pull in <sys/select.h> for fd_set (diff) | |
download | wireguard-openbsd-7da8d6f6527f83a9babc2227a127a9d3a93bf5ba.tar.xz wireguard-openbsd-7da8d6f6527f83a9babc2227a127a9d3a93bf5ba.zip |
some updates for recent changes.
not all tests passing yet since i don't really understand what's going on.
-rw-r--r-- | regress/usr.bin/doas/t-fail-quotes.err | 6 | ||||
-rw-r--r-- | regress/usr.bin/doas/t-fail-quotes.expected.err | 6 | ||||
-rw-r--r-- | regress/usr.bin/doas/t-okay.conf | 2 | ||||
-rw-r--r-- | regress/usr.bin/doas/t-run-keepenv-path.conf | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/regress/usr.bin/doas/t-fail-quotes.err b/regress/usr.bin/doas/t-fail-quotes.err index 4a8076b62b0..bc6dd393b3f 100644 --- a/regress/usr.bin/doas/t-fail-quotes.err +++ b/regress/usr.bin/doas/t-fail-quotes.err @@ -1,3 +1,3 @@ -unterminated quotes in column 23 at line 1 -unterminated quotes in column 23 at line 2 -syntax error at line 2 +doas: unterminated quotes in column 23 at line 1 +doas: unterminated quotes in column 23 at line 2 +doas: syntax error at line 2 diff --git a/regress/usr.bin/doas/t-fail-quotes.expected.err b/regress/usr.bin/doas/t-fail-quotes.expected.err index 4a8076b62b0..bc6dd393b3f 100644 --- a/regress/usr.bin/doas/t-fail-quotes.expected.err +++ b/regress/usr.bin/doas/t-fail-quotes.expected.err @@ -1,3 +1,3 @@ -unterminated quotes in column 23 at line 1 -unterminated quotes in column 23 at line 2 -syntax error at line 2 +doas: unterminated quotes in column 23 at line 1 +doas: unterminated quotes in column 23 at line 2 +doas: syntax error at line 2 diff --git a/regress/usr.bin/doas/t-okay.conf b/regress/usr.bin/doas/t-okay.conf index 08b0008492f..15f01513fb2 100644 --- a/regress/usr.bin/doas/t-okay.conf +++ b/regress/usr.bin/doas/t-okay.conf @@ -17,7 +17,7 @@ permit :wheel cmd echo args "" "" permit :wheel cmd echo args " args \22 " -permit nopass keepenv { \ +permit nopass setenv { \ FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \ MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \ diff --git a/regress/usr.bin/doas/t-run-keepenv-path.conf b/regress/usr.bin/doas/t-run-keepenv-path.conf index 31a80aacec1..c2e83d97b9f 100644 --- a/regress/usr.bin/doas/t-run-keepenv-path.conf +++ b/regress/usr.bin/doas/t-run-keepenv-path.conf @@ -1 +1 @@ -permit nopass keepenv { PATH JUNK } nobody as root cmd echo args okay +permit nopass setenv { PATH JUNK } nobody as root cmd echo args okay |