Changeset 5b7b805


Ignore:
Timestamp:
07/18/2024 03:13:24 AM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2
Children:
eeee0749
Parents:
86e2762
git-author:
Xi Ruoyao <xry111@…> (07/14/2024 03:14:20 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/18/2024 03:13:24 AM)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/cleanup.xml

    r86e2762 r5b7b805  
    1313  <para>Finally, clean up some extra files left over from running tests:</para>
    1414
    15 <screen><userinput>rm -rf /tmp/*</userinput></screen>
     15  <screen><userinput>rm -rf /tmp/{*,.*}</userinput></screen>
    1616
    1717  <para>There are also several files in the /usr/lib and /usr/libexec
Note: See TracChangeset for help on using the changeset viewer.