*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 17 Oct 1997 19:05:07 +0000 (19:05 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Oct 1997 19:05:07 +0000 (19:05 +0000)
tests/rm/r-3

index 3871159..b3d25a5 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+# Create and remove a directory with more than 254 files.
+# An early version of my rewritten rm failed to remove all of
+# the files on SunOS4 when there were 254 or more in a directory.
 
 : ${RM=rm}
 
@@ -31,6 +34,7 @@ if test $framework_fail = 1; then
   exit 1
 fi
 
+fail=0
 $RM -rf $tmp || fail=1
 test -d $tmp && fail=1