mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
tests: fix syntax error in setuidgid_has_perm_
An invalid sed expression lead to the following error: + sed -n 'ls/.* //p' sed: -e expression #1, char 2: extra characters after command Use "one" instead of "el". Bug introduced in v8.19-111-g51a4b04. * init.cfg (setuidgid_has_perm_): s/ls/1s/. * NEWS (Build-related): Mention the fix.
This commit is contained in:
parent
1cace4a832
commit
ad5eeacc67
5
NEWS
5
NEWS
@ -21,6 +21,11 @@ GNU coreutils NEWS -*- outline -*-
|
||||
build failure when building from modified sources, as is common practice
|
||||
for a patched distribution package.
|
||||
|
||||
The check in the root-only tests to test whether our dummy user,
|
||||
$NON_ROOT_USERNAME, is able to run binaries from the build directory
|
||||
failed. As a result, these tests have been skipped unnecessarily.
|
||||
[bug introduced in coreutils-8.20]
|
||||
|
||||
|
||||
* Noteworthy changes in release 8.20 (2012-10-23) [stable]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user