]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Aug 1997 17:31:01 +0000 (17:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Aug 1997 17:31:01 +0000 (17:31 +0000)
tests/rm/deep-1

index 171c567ba1e13878045dc51218ab9babbd8d5661..4f0a557832c0545b73fa6254fe42e880ba233d53 100755 (executable)
@@ -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}