]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 2 Nov 1998 17:08:44 +0000 (17:08 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Nov 1998 17:08:44 +0000 (17:08 +0000)
tests/rm/empty-name

index 36058f4a409b74e38114548314974226170082f9..e20a146af2cd012567c6af9e3ca0bf579c3667e2 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Make sure that rm -r '' fails.
+# On SunOS 4.1.3, running rm -r '' in a nonempty directory may
+# actually remove files with names of entries in the current directory
+# but relative to `/' rather than relative to the current directory.
 
 : ${PERL=perl}
 : ${srcdir=.}