From 1ba42076b0ccf4c68a511f5de988d2eae4c2fa98 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Wed, 12 May 2004 17:05:18 +0000 Subject: Fixed coreutils testsuite git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/coreutils.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e96a13812..71356097f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ first a summary, then a detailed log. +May 12th, 2004 [winkie]: Fixed Coreutils testsuite execution. + + May 11th, 2004 [jeremy]: Updated list of active LFS Staff in HEAD diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index e05de10d0..0a98f0ff2 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -66,7 +66,7 @@ echo "dummy:x:1000:1000:::/bin/bash" >> /etc/passwd Now you're all set to run the test suite. First run the few tests that are meant to be run as root: -make NON_ROOT_USERNAME=dummy make check-root +make NON_ROOT_USERNAME=dummy check-root Then run the remainder of the tests as the dummy user: -- cgit v1.2.3-54-g00ecf