diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-06 09:53:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-06 09:53:57 +0000 |
commit | 512de3938e7d8f109ecba55176c12b48f0b85216 (patch) | |
tree | 211eb2e80c3e56a6993ae1e1a7ef1a10e5424ac0 /tests/rm | |
parent | 66f8c36584f21340f8993f30be9b8b334731ab7a (diff) | |
download | coreutils-512de3938e7d8f109ecba55176c12b48f0b85216.tar.xz |
comments
Diffstat (limited to 'tests/rm')
-rwxr-xr-x | tests/rm/dangling-symlink | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/dangling-symlink b/tests/rm/dangling-symlink index dd5b7490b..97cafcaa7 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. |