*** 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 36058f4..e20a146 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=.}