]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove an erroneous comment
authorPádraig Brady <P@draigBrady.com>
Tue, 8 Dec 2009 15:33:18 +0000 (15:33 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 8 Dec 2009 15:33:18 +0000 (15:33 +0000)
* tests/misc/timeout: Remove an erroneous comment
introduced through copy and paste.

tests/misc/timeout

index aae45f7f9c6a9f081509d669d312c83bfd02ae2c..c5b8443ec62cf8502478ab8d83aaa99127be9993 100755 (executable)
@@ -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