diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 219c39170..64aa49460 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2010-03-18 + + [matthew] Remove commands no longer necessary in order to run + the Bash test suite. Fixes + #2601. + [matthew] Upgrade to Binutils-2.20.1. Fixes #2599. 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 @@ Skip down to Install the package if not running the test suite. - To prepare the tests, ensure that the locale - setting from our environment will be used and that the nobody user can read the standard input - device and write to the sources tree: + To prepare the tests, ensure that the nobody user can write to the sources tree: -sed -i 's/LANG/LC_ALL/' tests/intl.tests -sed -i 's@tests@& </dev/tty@' tests/run-test -chown -Rv nobody ./ +chown -Rv nobody . Now, run the tests as the nobody user: