procps: Run chown -R tester . before running the test as tester

I completely forgot this yesterday :(.
This commit is contained in:
Xi Ruoyao 2024-03-02 15:50:21 +08:00
parent 2001f5cd7e
commit a56a4fcd9c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -75,7 +75,8 @@
internal hazards with some "luck" though. -->
<para>To run the test suite, run:</para>
<screen><userinput remap="test">su tester -c "PATH=$PATH make check"</userinput></screen>
<screen><userinput remap="test">chown -R tester .
su tester -c "PATH=$PATH make check"</userinput></screen>
<para>One test named
<literal>ps with output flag bsdtime,cputime,etime,etimes</literal>