|
@@ -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>
|
|
|
|