mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
maint: spelling fixes, including author names
Most of this just affects commentary and documentations. The only significant behavior change is translating author names via proper_name_lite rather than proper_name_utf8, or not translating them at all. proper_name_lite is good enough for coreutils and avoids the bloat that had coreutils not using Gnulib proper_name. * bootstrap.conf (gnulib_modules): Use propername-lite instead of propername. (XGETTEXT_OPTIONS): Look for proper_name_lite instead of for proper_name_utf8. * cfg.mk (local-checks-to-skip): Remove sc_proper_name_utf8_requires_ICONV, since we no longer use proper_name_utf8. (old_NEWS_hash): Update. (sc_check-I18N-AUTHORS): Remove; no longer needed.
This commit is contained in:
@@ -78,7 +78,7 @@ test $(wc -l < err) = 0 || { cat err; fail=1; }
|
||||
test -f tee.exited || fail=1 ;;
|
||||
esac
|
||||
|
||||
# Test with unwriteable files
|
||||
# Test with unwritable files
|
||||
if ! uid_is_privileged_; then # root does not get EPERM.
|
||||
touch file.ro || framework_failure_
|
||||
chmod a-w file.ro || framework_failure_
|
||||
|
||||
Reference in New Issue
Block a user