mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
comments
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user