diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 2 | ||||
-rw-r--r-- | chapter08/python.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index d61cd7858..c67f735dd 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -331,7 +331,7 @@ ZONEINFO=/usr/share/zoneinfo mkdir -pv $ZONEINFO/{posix,right} for tz in etcetera southamerica northamerica europe africa antarctica \ - asia australasia backward pacificnew systemv; do + asia australasia backward; do zic -L /dev/null -d $ZONEINFO ${tz} zic -L /dev/null -d $ZONEINFO/posix ${tz} zic -L leapseconds -d $ZONEINFO/right ${tz} diff --git a/chapter08/python.xml b/chapter08/python.xml index 7995f43db..2bb272ebe 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -88,7 +88,7 @@ <screen><userinput remap="test">make test</userinput></screen> <para>Some tests requiring a network connection or additional packages are - skipped. The test named test_normalization fails because network + skipped. The test named test_unicodedata fails because network configuration is not completed yet. For more comprehensive results, the test can be rerun when Python 3 is reinstalled in BLFS.</para> |