aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bash.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r--chapter06/bash.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index 98d966c06..c042eb830 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -75,14 +75,9 @@
<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 read the standard input
- device and write to the sources tree:</para>
-
-<screen><userinput remap="test">sed -i 's/LANG/LC_ALL/' tests/intl.tests
-sed -i 's@tests@&amp; &lt;/dev/tty@' tests/run-test
-chown -Rv nobody ./</userinput></screen>
+ <para>To prepare the tests, ensure that the <systemitem class="username">nobody</systemitem> user can write to the sources tree:</para>
+
+<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
<para>Now, run the tests as the <systemitem
class="username">nobody</systemitem> user:</para>