make: Run test suite as unprivileged user

This commit is contained in:
Xi Ruoyao 2023-03-02 23:36:09 +08:00
parent 770e789527
commit 07b44dd348
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -49,9 +49,12 @@
<screen><userinput remap="make">make</userinput></screen>
<!-- Running tests as root causes failures:
https://savannah.gnu.org/bugs/?63852 -->
<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>