<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-09-17T20:58:34Z</updated>
<entry>
<title>* tests/chgrp/basic: On an OpenBSD system, rather than failing</title>
<updated>2006-09-17T20:58:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-17T20:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=db2e7255ab3272c824ca18b484dca59716771598'/>
<id>urn:sha1:db2e7255ab3272c824ca18b484dca59716771598</id>
<content type='text'>
due to a known problem, merely warn about it.
Rewrite to avoid testing output of chgrp --verbose and chgrp -c.
Instead, use stat to test file system for desired results, directly.
* tests/chgrp/Makefile.am (TESTS_ENVIRONMENT): Set host_triplet.
</content>
</entry>
<entry>
<title>* tests/envvar-check: Add more variable names to the list of those</title>
<updated>2006-09-17T20:29:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-17T20:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1c904f14eae006070953acf21c293eb60232af9a'/>
<id>urn:sha1:1c904f14eae006070953acf21c293eb60232af9a</id>
<content type='text'>
that can affect these programs and tests: _POSIX2_VERSION, COLUMNS,
QUOTING_STYLE, TABSIZE, TERM, TMPDIR.
</content>
</entry>
<entry>
<title>* NEWS: Document that mkdir -p and install -d now fork on occasion.</title>
<updated>2006-09-16T20:03:56Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-16T20:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b67faf329cebf0805b2b73cc775ccfc7a05390de'/>
<id>urn:sha1:b67faf329cebf0805b2b73cc775ccfc7a05390de</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add savewd.
* src/install.c: Include savewd.h.
(process_dir): New function.
(main, install_file_in_file_parents): Use it, along with the new
savewd module, to avoid some race conditions.
* src/mkdir.c: Include savewd.h.
(struct mkdir_options): New members make_ancestor_function, mode,
mode_bits.
(make_ancestor): Return 1 if the resulting directory is not readable.
(process_dir): New function.
(main): Use it, along with new savewd module, to avoid some
race conditions.  Fill in new slots of struct mkdir_options, so
that callees get the values.
* tests/install/basic-1: Test for coreutils 5.97 bug that was
fixed in coreutils 6.0, and which should still be fixed with
this change.
* tests/mkdir/p-3: Likewise.
</content>
</entry>
<entry>
<title>* tests/mv/atomic: Check for specific strace output, rather than</title>
<updated>2006-09-12T09:33:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-12T09:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e1fb2a80bb2d4207910126837b79d4c5fd53d911'/>
<id>urn:sha1:e1fb2a80bb2d4207910126837b79d4c5fd53d911</id>
<content type='text'>
simply nonempty.  RHEL AS 4 would fail this test due to strace
generating "[ Process PID=14434 runs in 32 bit mode. ]".
Reported by Nelson Beebe.
</content>
</entry>
<entry>
<title>mv and "cp -r" no longer fail when invoked with two arguments</title>
<updated>2006-09-08T17:08:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-08T17:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d7619b5fe899074ef196154b2eec54d51290d450'/>
<id>urn:sha1:d7619b5fe899074ef196154b2eec54d51290d450</id>
<content type='text'>
where the first one names a directory and the second name ends in
a slash and doesn't exist.  E.g., "mv dir B/", for nonexistent B,
now succeeds, once more. This reverts part of the 2004-06-27
change for 5.3.0.
* NEWS: Say the above.
* src/mv.c (target_directory_operand): Don't require (here)
that the target operand "look like" a directory.  This change
pushes the test down to the rename syscall level, where a
"mv dir existing-non-dir/" will mistakenly succeed on older systems
that ignore trailing slashes in the rename destination argument.
* src/cp.c (target_directory_operand): Likewise, but for cp.
* tests/mv/trailing-slash: Exercise the above fixes.
* tests/cp/trailing-slash: New file.
* tests/cp/Makefile.am (EXTRA_DIST): Add trailing-slash.
</content>
</entry>
<entry>
<title>* tests/cp/acl: Skip this test when cp lacks ACL support.</title>
<updated>2006-09-05T11:50:56Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-05T11:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ef2071bc678b0659cc32ba6d39039ff0f98d2a7d'/>
<id>urn:sha1:ef2071bc678b0659cc32ba6d39039ff0f98d2a7d</id>
<content type='text'>
* tests/cp/Makefile.am (TESTS_ENVIRONMENT): Set $(CONFIG_HEADER).
</content>
</entry>
<entry>
<title>Use $CONFIG_HEADER, rather than hard-coding it.</title>
<updated>2006-09-03T07:22:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-03T07:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fbb234c2a71d367ef229fde3d890aad8664df601'/>
<id>urn:sha1:fbb234c2a71d367ef229fde3d890aad8664df601</id>
<content type='text'>
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Set $CONFIG_HEADER.
</content>
</entry>
<entry>
<title>* tests/rm/inaccessible: Adjust for movement of config.h to lib/.</title>
<updated>2006-09-03T07:18:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-09-03T07:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=31ca1f9aec6111d26c1db48ad9f8ea8f8385715d'/>
<id>urn:sha1:31ca1f9aec6111d26c1db48ad9f8ea8f8385715d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New file.</title>
<updated>2006-09-03T02:55:32Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-03T02:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0b5f3463b34eba947a149bf3d9764286b7c5e87a'/>
<id>urn:sha1:0b5f3463b34eba947a149bf3d9764286b7c5e87a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(TESTS): Add r-4.</title>
<updated>2006-09-03T02:55:20Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-09-03T02:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b438e7548ea300ce0ba1e2901f4641e3e8e2b42e'/>
<id>urn:sha1:b438e7548ea300ce0ba1e2901f4641e3e8e2b42e</id>
<content type='text'>
</content>
</entry>
</feed>
