From: Jim Meyering Date: Sat, 6 Jul 2002 09:53:57 +0000 (+0000) Subject: comments X-Git-Tag: FILEUTILS-4_1_10~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=512de3938e7d8f109ecba55176c12b48f0b85216;p=thirdparty%2Fcoreutils.git comments --- diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink index dd5b7490bc..97cafcaa72 100755 --- a/tests/rm/dangling-symlink +++ b/tests/rm/dangling-symlink @@ -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.