gawk: Run the test suite as tester

One test named pma fails if running it as root.
This commit is contained in:
Xi Ruoyao 2023-05-15 22:56:49 +08:00
parent cd8339aa0b
commit 70927b9964
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -54,7 +54,8 @@
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
<screen><userinput remap="test">chown -Rv tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>Install the package:</para>