diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-02-01 10:44:14 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2017-02-01 10:44:14 +0000 |
commit | 0ee1e7eccc848009599e2f916217a10970c9f000 (patch) | |
tree | 22b171e8e627616cdb583b294aaf3263e6fad2e2 /regress/usr.sbin/httpd | |
parent | 30f4eb4ce3be181c314bf689c3b30143e1d1a09c (diff) |
SUDO is doas
Diffstat (limited to 'regress/usr.sbin/httpd')
-rw-r--r-- | regress/usr.sbin/httpd/tests/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/httpd/tests/README b/regress/usr.sbin/httpd/tests/README index c9c7836a486..ea6f5db4d78 100644 --- a/regress/usr.sbin/httpd/tests/README +++ b/regress/usr.sbin/httpd/tests/README @@ -3,7 +3,7 @@ Each test creates a special httpd.conf and starts those two processes. All processes write log files that are checked for certain messages. The test arguments are kept in the args-*.pl files. -SUDO=sudo +SUDO=doas As httpd needs root privileges either run the tests as root or set this variable and run make as a regular user. Only the code that requires it, is run as root. |