1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
2002-07-06 09:53:57 +00:00
parent 66f8c36584
commit 512de3938e

View File

@@ -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.