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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user