diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 823542933..14208e3c1 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -70,11 +70,20 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ <screen><userinput>make</userinput></screen> - <para>To test the results, issue:</para> + <para>Skip down to <quote>Install the + package</quote> if not running the test suite.</para> + + <para>To prepare the tests, ensure that the locale + setting from our environment will be used and that the <systemitem + class="username">nobody</systemitem> user can write to the sources tree:</para> <screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests -chown -Rv nobody ./ -su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> +chown -Rv nobody ./</userinput></screen> + + <para>Now, run the tests as the <systemitem + class="username">nobody</systemitem> user:</para> + +<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> <para>Install the package:</para> |