summaryrefslogtreecommitdiff
path: root/tests/misc/timeout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/timeout')
-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