summaryrefslogtreecommitdiff
path: root/tests/rm/deep-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/deep-1')
-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}