cleanup: Remove hidden files in /tmp

Some test suite may create files of which the name starts with a dot.
These files are "hidden" and they won't be matched with the /tmp/*
wildcard.
This commit is contained in:
Xi Ruoyao 2024-07-14 11:14:20 +08:00
parent 86e276279a
commit 5b7b80511c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -12,7 +12,7 @@
<para>Finally, clean up some extra files left over from running tests:</para>
<screen><userinput>rm -rf /tmp/*</userinput></screen>
<screen><userinput>rm -rf /tmp/{*,.*}</userinput></screen>
<para>There are also several files in the /usr/lib and /usr/libexec
directories with a file name extension of .la. These are "libtool archive"