*** empty log message ***

This commit is contained in:
Jim Meyering 1997-08-02 17:31:01 +00:00
parent dd9b964694
commit 9608d12c39

View File

@ -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}