diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/m4.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index c22282c1d..fcbb8f672 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -48,9 +48,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <!--<para>To test the results, issue:</para>--> + <para>To test the results, first fix a test program and then run the test programs:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">sed -i -e '41s/ENOENT/& || errno == EINVAL/' tests/test-readlink.h +make check</userinput></screen> <para>Install the package:</para> |