<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v6.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-02-24T19:57:14Z</updated>
<entry>
<title>Don't skip this test on new-enough Linux/GNU systems.</title>
<updated>2007-02-24T19:57:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T19:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=471eca0dd6ed83d1faffdb0133cf4d0d58d7279f'/>
<id>urn:sha1:471eca0dd6ed83d1faffdb0133cf4d0d58d7279f</id>
<content type='text'>
* tests/misc/pwd-unreadable-parent: Test $REPLACE_GETCWD = 0,
rather than for __GETCWD_PREFIX in config.h (the latter is no
longer defined, ever, due to gnulib changes).
* tests/misc/Makefile.am (TESTS_ENVIRONMENT): Define REPLACE_GETCWD.
</content>
</entry>
<entry>
<title>Remove the "gnits" option; it prohibits my using "+" as a version</title>
<updated>2007-02-24T12:57:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-24T12:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e98137ddd4d172048a792fb792925aa269ff8d11'/>
<id>urn:sha1:e98137ddd4d172048a792fb792925aa269ff8d11</id>
<content type='text'>
string suffix, and all it does (beyond the default "gnu" option)
is to _require_ the THANKS file.
* configure.ac (AM_INIT_AUTOMAKE): Remove it.

Remove all AUTOMAKE_OPTIONS settings in Makefile.am files.
* tests/chgrp/Makefile.am, tests/chmod/Makefile.am:
* tests/chown/Makefile.am, tests/cp/Makefile.am:
* tests/du/Makefile.am, tests/expr/Makefile.am:
* tests/factor/Makefile.am, tests/general/Makefile.am:
* tests/install/Makefile.am, tests/ln/Makefile.am:
* tests/ls/Makefile.am, tests/mkdir/Makefile.am:
* tests/mv/Makefile.am, tests/readlink/Makefile.am:
* tests/rm/Makefile.am, tests/rmdir/Makefile.am:
* tests/seq/Makefile.am, tests/stty/Makefile.am:
* tests/tee/Makefile.am, tests/touch/Makefile.am:
</content>
</entry>
<entry>
<title>* NEWS: sort no longer compresses temporaries by default.</title>
<updated>2007-02-24T11:24:27Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-24T11:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d'/>
<id>urn:sha1:3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d</id>
<content type='text'>
* bootstrap.conf: Remove findprog.
* doc/coreutils.texi (sort invocation): The default is to not
compress.  Don't treat "" specially.
* src/sort.c: Don't include findprog.h.
(create_temp): Compress only if the user specified --compress-program.
* tests/misc/sort-compress: Adjusts tests to match new behavior.
</content>
</entry>
<entry>
<title>* tests/readlink/can-e: Put the closing double-quote at the end of a</title>
<updated>2007-02-24T07:22:08Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2007-02-24T07:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2e140cfb4236141d18499abedac68d778dcd23e3'/>
<id>urn:sha1:2e140cfb4236141d18499abedac68d778dcd23e3</id>
<content type='text'>
backquoted word, not in the middle. Works around a bug in sh on
OSF/1 4.0d.
* tests/readlink/can-f: Likewise.
* tests/readlink/can-m: Likewise.
</content>
</entry>
<entry>
<title>* tests/du/slink: Skip the test if executing on an nfsv3 file system.</title>
<updated>2007-02-24T07:20:37Z</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2007-02-24T07:20:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=33176a7269eacf3ff60512f7ce3840dd7161ea73'/>
<id>urn:sha1:33176a7269eacf3ff60512f7ce3840dd7161ea73</id>
<content type='text'>
This avoids a test failure at least on OSF/1 4.0d.
</content>
</entry>
<entry>
<title>With -Dlint, make shuf free all heap-allocated storage.</title>
<updated>2007-02-23T14:18:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-23T14:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cb121d8f3683e81cf51c8f0c7a28dfa58ae68fa8'/>
<id>urn:sha1:cb121d8f3683e81cf51c8f0c7a28dfa58ae68fa8</id>
<content type='text'>
* src/shuf.c (main): Move declaration of input_lines to
function scope, and initialize to NULL, so we can free it.
[lint]: Free all malloc'd memory.
* tests/misc/shuf: Also test shuf's -e and -i options.
</content>
</entry>
<entry>
<title>Honor dd's noatime flag if possible, even if not supported on build fs</title>
<updated>2007-02-22T18:09:35Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-22T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4e73fea3e3b6fb721b91bb81e5357fb805eb590d'/>
<id>urn:sha1:4e73fea3e3b6fb721b91bb81e5357fb805eb590d</id>
<content type='text'>
* doc/coreutils.texi (dd invocation): Warn that noatime might not be
reliable.
* src/dd.c (flags, usage): Look at O_NOATIME, not
HAVE_WORKING_O_NOATIME, to decide whether to support the noatime
flag, so that dd attempts O_NOATIME even if the build file system
does not support it.  Problem reported by Jim Meyering today in
bug-coreutils.
* tests/dd/misc: Generate a warning, not a failure, if noatime
exists but fails.
</content>
</entry>
<entry>
<title>* tests/misc/date: Remove vestigial use of Data::Dumper.</title>
<updated>2007-02-21T16:26:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-21T16:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=45a35825dcf958c6d43cb54943eef1abbfd00090'/>
<id>urn:sha1:45a35825dcf958c6d43cb54943eef1abbfd00090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* NEWS: sort now uses a --compress-program option rather than</title>
<updated>2007-02-19T21:11:18Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2007-02-19T21:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c363fcb9f06cec38040cf4294521096aa70179d9'/>
<id>urn:sha1:c363fcb9f06cec38040cf4294521096aa70179d9</id>
<content type='text'>
an environment variable.
* doc/coreutils.texi (sort invocation): Document this.
* src/sort.c (usage): Likewise.
(COMPRESS_PROGRAM_OPTION): New const.
(long_options, create_temp, main): Support new option.
* tests/misc/sort-compress: Test it.
</content>
</entry>
<entry>
<title>* tests/rm/fail-eacces: Skip this test when running as root.</title>
<updated>2007-02-18T16:40:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-18T16:40:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c95bb0c6f075e9301c13bbfc107517cde1575bb4'/>
<id>urn:sha1:c95bb0c6f075e9301c13bbfc107517cde1575bb4</id>
<content type='text'>
Reported by Matthew Woehlke.
</content>
</entry>
</feed>
