]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
comments
authorJim Meyering <jim@meyering.net>
Sat, 6 Jul 2002 09:53:57 +0000 (09:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Jul 2002 09:53:57 +0000 (09:53 +0000)
tests/rm/dangling-symlink

index dd5b7490bc839f08b2f27584c1c75ea3a5c66c2e..97cafcaa72a1db1e3d80ff0340e4720a0ea46b88 100755 (executable)
@@ -30,8 +30,9 @@ ls /dev/stdin >/dev/null 2>&1 \
 
 rm dangle < /dev/stdin &
 pid=$!
-
 # The buggy rm (fileutils-4.1.9) would hang here, waiting for input.
+
+# Give the working rm a chance to remove the file.
 sleep 1
 
 # The file must no longer exist.