diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/perl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 81ee90d98..284464d87 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -126,10 +126,10 @@ export BUILD_BZIP2=0</userinput></screen> <para>To test the results (approximately 11 SBU), issue:</para> -<screen><userinput remap="test">make -k test</userinput></screen> +<screen><userinput remap="test">make test</userinput></screen> - <note><para>One test fails due to using the most recent version of gdbm. - </para></note> + <!--note><para>One test fails due to using the most recent version of gdbm. + </para></note--> <para>Install the package and clean up:</para> |