mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
procps: Run chown -R tester . before running the test as tester
I completely forgot this yesterday :(.
This commit is contained in:
parent
2001f5cd7e
commit
a56a4fcd9c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user