]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 5 Oct 2002 19:21:33 +0000 (19:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Oct 2002 19:21:33 +0000 (19:21 +0000)
tests/rm/i-no-r

index aa19a28975d7fbca3b0e330f856a447164f8ccc7..ab325d242eb96ecd4d31703e35e6b0c62d6befd2 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Since the rewrite for fileutils-4.1.9, `rm -i DIR' would mistakenly
-# recurse into directory DIR.  rm -i (without -r) should fail in that case.
+# recurse into directory DIR.  rm -i (without -r) must fail in that case.
 # Fixed in coreutils-4.5.2.
 
 if test "$VERBOSE" = yes; then