From 264dfd9e05b9595d78642119c9cf43eee5558084 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 31 May 2020 20:01:42 +0000 Subject: Update to upstream r11882 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter06/bash.xml') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index ae42cf4cb..4d06fc2a3 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -80,7 +80,9 @@ Now, run the tests as the tester user: -su tester -c "PATH=$PATH make tests" +su tester << EOF +PATH=$PATH make tests < $(tty) +EOF The tester user does not have enough permissions for all the tests to pass. This shows -- cgit v1.2.3-54-g00ecf