Comment 15 for bug 1842437

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Workaround of disabling the 4 tests in the 'script' component
(which calls openpty() upfront and thus cause the failure)
makes the test-suite finish successfully.

$ ./tests/run.sh \
  --srcdir=/build/util-linux-kzgHhT/util-linux-2.27.1 \
  --builddir=/build/util-linux-kzgHhT/util-linux-2.27.1 \
  --parallel --nonroot --verbose \
  --exclude='script/buffering-race script/options script/race script/replay'

...

"""
  All 166 tests PASSED
"""