1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 09:51:56 +02:00

tests: make du/move-dir-while-traversing more robust

* tests/du/move-dir-while-traversing.sh: Catch failure of retry_delay_
when waiting for the watcher to get ready.
This commit is contained in:
Bernhard Voelker
2014-10-29 23:21:13 +01:00
parent 097897bd2c
commit 02e281e1b2

View File

@@ -78,7 +78,7 @@ timeout 6 ./inotify-watch-for-dir-access.py $t/3/a/b > start-msg &
# Wait for the watcher to start...
nonempty() { test -s start-msg || { sleep $1; return 1; }; }
retry_delay_ nonempty .1 5
retry_delay_ nonempty .1 5 || fail=1
# The above watches for an IN_OPEN event on $t/3/a/b,
# and when it triggers, moves the parent, $t/3/a, up one level