From: Andreas Schwab Date: Tue, 25 Jan 2011 17:29:07 +0000 (+0100) Subject: tests: minor correction X-Git-Tag: v8.10~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d255e40c371d3d132ac6529a7e3468dab6fdabfd;p=thirdparty%2Fcoreutils.git tests: minor correction * tests/du/move-dir-while-traversing: Ignoring SIGTSTP is enough; don't also attempt to ignore SIGSTOP, it cannot be handled or ignored. Spotted by Andreas Schwab. --- diff --git a/tests/du/move-dir-while-traversing b/tests/du/move-dir-while-traversing index 2a60d6e95c..68302b8ff9 100755 --- a/tests/du/move-dir-while-traversing +++ b/tests/du/move-dir-while-traversing @@ -72,7 +72,7 @@ for i in $(seq 30); do done # Prohibit suspension, which could otherwise cause a timeout-induced FP failure. -trap '' STOP TSTP +trap '' TSTP timeout 6 ./inotify-watch-for-dir-access.py $t/3/a/b > start-msg &