summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-12-08 15:33:18 +0000
committerPádraig Brady <P@draigBrady.com>2009-12-08 15:33:18 +0000
commit321d2901de6079213af50cecf4cba1de256bb117 (patch)
tree52a5e36bffda5e10caec5441afa8a5755491f6de
parentf5a97b8269f11f63cf05cca1f31a08dc7567aeb9 (diff)
downloadcoreutils-321d2901de6079213af50cecf4cba1de256bb117.tar.xz
maint: remove an erroneous comment
* tests/misc/timeout: Remove an erroneous comment introduced through copy and paste.
-rwxr-xr-xtests/misc/timeout1
1 files changed, 0 insertions, 1 deletions
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