diff options
Diffstat (limited to 'tests/rm/deep-1')
-rwxr-xr-x | tests/rm/deep-1 | 5 |
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} |