From 7da8d6f6527f83a9babc2227a127a9d3a93bf5ba Mon Sep 17 00:00:00 2001 From: tedu Date: Sat, 27 Aug 2016 03:31:47 +0000 Subject: [PATCH] some updates for recent changes. not all tests passing yet since i don't really understand what's going on. --- regress/usr.bin/doas/t-fail-quotes.err | 6 +++--- regress/usr.bin/doas/t-fail-quotes.expected.err | 6 +++--- regress/usr.bin/doas/t-okay.conf | 2 +- 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 -- 2.20.1