From d4a30fdff0b5f22db1cb364ad903ece47a979e5d Mon Sep 17 00:00:00 2001 From: James Robson Date: Thu, 4 Feb 2021 18:42:43 +0000 Subject: [PATCH] Skip sort test that will hang --- .github/workflows/GNU.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/GNU.yml b/.github/workflows/GNU.yml index 0ca34db1d..605603bf9 100644 --- a/.github/workflows/GNU.yml +++ b/.github/workflows/GNU.yml @@ -67,6 +67,7 @@ jobs: -e '/tests\/misc\/seq-precision.sh/D' \ Makefile sed -i -e '/tests\/tail-2\/pid.sh/ D' Makefile # hangs on github, tail doesn't support -f + sed -i -e'/incompat4/ D' -e"/options '-co' are incompatible/ d" tests/misc/sort.pl # Sort doesn't correctly check for incompatible options, waits for input test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}" - name: Run GNU tests