From 6edc6ee73dae6715d699b2807c4188ee26949382 Mon Sep 17 00:00:00 2001 From: Michael Debertol Date: Sun, 8 Aug 2021 01:11:46 +0200 Subject: [PATCH] build-gnu: remove timeout for cat-self This edge case is now handled and the test should pass. --- util/build-gnu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 4d70ceccc..bbb16981e 100644 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -96,7 +96,6 @@ sed -i 's|seq |/usr/bin/seq |' tests/misc/sort-discrim.sh # Add specific timeout to tests that currently hang to limit time spent waiting sed -i 's|seq \$|/usr/bin/timeout 0.1 seq \$|' tests/misc/seq-precision.sh tests/misc/seq-long-double.sh -sed -i 's|cat |/usr/bin/timeout 0.1 cat |' tests/misc/cat-self.sh # Remove dup of /usr/bin/ when executed several times