diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 23:38:45 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-27 23:38:45 +0800 |
commit | 477c9a1d58826e8cf63f377d786e0465f2b0a80d (patch) | |
tree | bef20126fcee317c78ae172ba16818583ce2a28d | |
parent | 18d4d6d2d790c9586c6232f06e3c5195e323893c (diff) |
tcl: remove outdated test failure description
-rw-r--r-- | chapter08/tcl.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 4e03f8625..b71920eb3 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -112,16 +112,6 @@ unset SRCDIR</userinput></screen> <para>To test the results, issue:</para> <screen><userinput remap="test">make test</userinput></screen> -<!-- - <note> - <para> - In the test results there are several places associated with clock.test - that indicate a failure, but the summary at the end indicates no - failures. clock.test passes on a complete LFS system. - </para> - </note> ---> - <para>One test, unixInit-1.2, is known to fail.</para> <para>Install the package:</para> |