summaryrefslogtreecommitdiff
path: root/tests/rm/dangling-symlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/dangling-symlink')
-rwxr-xr-xtests/rm/dangling-symlink3
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.