1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

maint: remove an erroneous comment

* tests/misc/timeout: Remove an erroneous comment
introduced through copy and paste.
This commit is contained in:
Pádraig Brady
2009-12-08 15:33:18 +00:00
parent f5a97b8269
commit 321d2901de

View File

@@ -47,7 +47,6 @@ test $? = 124 || fail=1
# ash doesn't support "trap '' CHLD"; it knows only signal numbers.
sig=`"$abs_top_builddir/src/kill" -l CHLD 2>/dev/null` && trap '' $sig
# Before 2004-04-21, install would infloop, in the `while (wait...' loop:
exec timeout 1 true
) || fail=1