From 1355dbe7fcf2c42414089558dd4d6b747b21ad0c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 18 Mar 2010 19:52:03 +0000 Subject: 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 --- chapter06/bash.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chapter06') 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: - -sed -i 's/LANG/LC_ALL/' tests/intl.tests -sed -i 's@tests@& </dev/tty@' tests/run-test -chown -Rv nobody ./ + To prepare the tests, ensure that the nobody user can write to the sources tree: + +chown -Rv nobody . Now, run the tests as the nobody user: -- cgit v1.2.3-54-g00ecf