mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 13:33:59 +08:00
*** empty log message ***
This commit is contained in:
parent
dd9b964694
commit
9608d12c39
@ -1,6 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This is a bit of a torture test for mkdir -p, too.
|
||||
# GNU rm performs *much* better on systems that have a d_type member
|
||||
# in the directory structure because then it does only one stat per
|
||||
# command line argument.
|
||||
|
||||
# If this test takes too long on your system, blame the OS.
|
||||
|
||||
: ${RM=rm}
|
||||
: ${MKDIR=mkdir}
|
||||
|
Loading…
Reference in New Issue
Block a user