aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-05-07 12:43:46 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-05-07 12:43:46 +0800
commit0341ecc6cc7e45918ad213a2a4b7558ce8101d5a (patch)
tree0edd7be152c7381fe1a7c00c764e83379b508722 /chapter08
parentb0b37b68526c814b4406220e4d4aea17c5ed672d (diff)
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.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/util-linux.xml8
1 files changed, 0 insertions, 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 @@
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
</warning>
- <note><para>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:</para>
-
- <screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>
- </note>
-
<screen><userinput remap="test">chown -Rv tester .
su tester -c "make -k check"</userinput></screen>