<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v9.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2023-08-28T21:06:43Z</updated>
<entry>
<title>maint: spelling fixes, including author names</title>
<updated>2023-08-28T21:06:43Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-08-28T19:42:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2dddc87214503199a38beeb175cd42cbb43cdff1'/>
<id>urn:sha1:2dddc87214503199a38beeb175cd42cbb43cdff1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>sort: port sort-merge-fdlimit test to Solaris 10</title>
<updated>2023-08-28T03:50:04Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-08-28T03:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9348edb6b650db58a501e4e26e5dbf8e8b13e84d'/>
<id>urn:sha1:9348edb6b650db58a501e4e26e5dbf8e8b13e84d</id>
<content type='text'>
* tests/sort/sort-merge-fdlimit.sh: Give 'sort' fd 6 too.
Needed for the same reason sort-continue.sh needed a ulimit -n boost.
</content>
</entry>
<entry>
<title>sort: port sort-continue test back to Solaris 10</title>
<updated>2023-08-28T02:15:31Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-08-28T02:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5c9998fbab1911c8ccb7a7d0fb03e42ed310afe4'/>
<id>urn:sha1:5c9998fbab1911c8ccb7a7d0fb03e42ed310afe4</id>
<content type='text'>
* tests/sort/sort-continue.sh: Use ulimit -n 7 not -n 6.  On
Solaris 10 'sort' uses Gnulib mkostemp, which calls Gnulib
getrandom, which opens /dev/urandom to calculate the temp file's
name, which means 'sort' needs one more file descriptor to work.
</content>
</entry>
<entry>
<title>tests: avoid false failure on cygwin</title>
<updated>2023-08-27T19:22:32Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-27T19:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b3afbcad9ca68863ea3c049f7d5ce0860d07f260'/>
<id>urn:sha1:b3afbcad9ca68863ea3c049f7d5ce0860d07f260</id>
<content type='text'>
* tests/cksum/md5sum-bsd.sh: Avoid part of test dealing with backslashes
in file names, on systems where backslash is a directory separator.
Issue reported by Bruno Haible on cygwin.
</content>
</entry>
<entry>
<title>cksum: adjust tests and docs to binary mode handling</title>
<updated>2023-08-27T18:53:52Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-27T18:52:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f4e2e2bb577829b3c68f1ed18884ff00f9def819'/>
<id>urn:sha1:f4e2e2bb577829b3c68f1ed18884ff00f9def819</id>
<content type='text'>
Following commit v9.3-80-g5e1e0993b which makes cksum
match the output of the standalone utilities...

* doc/coreutils.texi (cksum output modes): Remove the mention
that cksum never outputs a binary indicator, as that's no longer the
case.
* tests/cksum/b2sum.sh: Avoid outputting a binary indicator.
* tests/cksum/sm3sum.pl: Likewise.
</content>
</entry>
<entry>
<title>tests: avoid false failure where sleep is a shell builtin</title>
<updated>2023-08-27T16:18:01Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-27T15:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=13e13107e13ae064c925ecfc516c3b7bcc680aa6'/>
<id>urn:sha1:13e13107e13ae064c925ecfc516c3b7bcc680aa6</id>
<content type='text'>
* tests/misc/usage_vs_getopt.sh: Handle sleep as a shell builtin,
which was seen on Alpine Linux 3.18.
</content>
</entry>
<entry>
<title>cp: with --sparse=never, avoid COW and copy offload</title>
<updated>2023-08-21T13:28:14Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-21T12:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4f92de58220226e4a2ddf3475bacee2bae7f0e1d'/>
<id>urn:sha1:4f92de58220226e4a2ddf3475bacee2bae7f0e1d</id>
<content type='text'>
* src/cp.c (main): Set default reflink mode appropriately
with --sparse=never.
* src/copy.c (infer_scantype): Add a comment to related code.
* tests/cp/sparse-2.sh: Add a test case.
* NEWS: Mention the bug.
</content>
</entry>
<entry>
<title>maint: comment spelling fix</title>
<updated>2023-08-19T15:45:17Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-19T15:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=27c76b83b44e0d6660dbe46ac86db43a0cecb59c'/>
<id>urn:sha1:27c76b83b44e0d6660dbe46ac86db43a0cecb59c</id>
<content type='text'>
* tests/split/l-chunk-root.sh: Fix recently introduced typo.
</content>
</entry>
<entry>
<title>tests: fix false failure due to locale on alpine</title>
<updated>2023-08-15T21:55:41Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2023-08-15T15:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fc5e68612f31f7161321e5ac4d7d6c1fc239f567'/>
<id>urn:sha1:fc5e68612f31f7161321e5ac4d7d6c1fc239f567</id>
<content type='text'>
* tests/sort/sort-debug-keys.sh: Decimal point was seen to be '.'
on fr_FR.UTF-8 on Alpine Linux 3.18, so add an extra guard
to ensure we've a ',' as the decimal point on this locale.
Fixes https://bugs.gnu.org/65310
</content>
</entry>
<entry>
<title>mv: better diagnostic for 'mv dir x' failure</title>
<updated>2023-07-22T20:41:07Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-07-22T20:39:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3cb862ce5f10db392cc8e6907dd9d888acfa2a30'/>
<id>urn:sha1:3cb862ce5f10db392cc8e6907dd9d888acfa2a30</id>
<content type='text'>
Problem reported by Nir Oren &lt;https://bugs.gnu.org/64785&gt;.
* src/copy.c (copy_internal): Use a more-specific diagnostic when
a rename fails due to a problem that must be due to the
destination, avoiding user confusion in cases like 'mv dir x'
where x is a nonempty directory.
* tests/mv/dir2dir.sh: Adjust to match.
</content>
</entry>
</feed>
