From 0341ecc6cc7e45918ad213a2a4b7558ce8101d5a Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 7 May 2022 12:43:46 +0800 Subject: [PATCH] util-linux: remove unnecessary test workaround According to upstream, this issue is fixed: https://github.com/util-linux/util-linux/issues/1635. Also tested by Pierre and me. --- chapter08/util-linux.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index d90936b78..d659666db 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -97,14 +97,6 @@ bash tests/run.sh --srcdir=$PWD --builddir=$PWD - There is one test that fails in the chroot environment and - causes the tests to hang forever. The problem does not occur outside - of the chroot environment. - To work around the problem, delete the test: - - rm tests/ts/lsns/ioctl_ns - - chown -Rv tester . su tester -c "make -k check"