summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-02 17:31:01 +0000
committerJim Meyering <jim@meyering.net>1997-08-02 17:31:01 +0000
commit9608d12c3977c51357534921011c9b27ea0ffa9d (patch)
tree698c276f945f9a92baeaea1d197043cd6c71a242 /tests
parentdd9b96469447b1bda75b1100cfce0beac8890434 (diff)
downloadcoreutils-9608d12c3977c51357534921011c9b27ea0ffa9d.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/deep-15
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1
index 171c567ba..4f0a55783 100755
--- a/tests/rm/deep-1
+++ b/tests/rm/deep-1
@@ -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}