diff options
Diffstat (limited to 'regress/usr.bin/doas/t-run-keepenv-path.conf')
-rw-r--r-- | regress/usr.bin/doas/t-run-keepenv-path.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |