From 1355dbe7fcf2c42414089558dd4d6b747b21ad0c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 18 Mar 2010 19:52:03 +0000 Subject: [PATCH] Remove some commands no longer necessary in order to run the Bash test suite. Fixes #2601. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/bash.xml | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) 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: