From 321d2901de6079213af50cecf4cba1de256bb117 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 8 Dec 2009 15:33:18 +0000 Subject: maint: remove an erroneous comment * tests/misc/timeout: Remove an erroneous comment introduced through copy and paste. --- tests/misc/timeout | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/misc/timeout b/tests/misc/timeout index aae45f7f9..c5b8443ec 100755 --- a/tests/misc/timeout +++ b/tests/misc/timeout @@ -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 -- cgit v1.2.3-54-g00ecf