<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v6.7</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.7</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.7'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-12-07T09:11:40Z</updated>
<entry>
<title>* tests/touch/empty-file: Use envvar-check, so "make check" doesn't</title>
<updated>2006-12-07T09:11:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-07T09:11:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=565b165115de72b4b276c0d5d6d5095e3c901a69'/>
<id>urn:sha1:565b165115de72b4b276c0d5d6d5095e3c901a69</id>
<content type='text'>
evoke diagnostics like this when COLUMNS=0 in the environment:
ls: ignoring invalid width in environment variable COLUMNS: 0
* tests/touch/no-rights: Likewise.
* tests/help-version: Likewise.
</content>
</entry>
<entry>
<title>Make the output of "make check" more reproducible.</title>
<updated>2006-12-07T09:04:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-07T09:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9f1b96313e8653f1ad5358539776c58fd8fbdaef'/>
<id>urn:sha1:9f1b96313e8653f1ad5358539776c58fd8fbdaef</id>
<content type='text'>
* tests/uniq/Test.pm: Don't perform the pipe-reading version of test
118, since it emits "cat: write error: Broken pipe" on some systems.
</content>
</entry>
<entry>
<title>cp -p now clears special bits if it fails to preserve owner or group</title>
<updated>2006-12-07T07:10:35Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-12-07T07:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=fc92148eac1cd2f8a5e99b3facc21e630e815bef'/>
<id>urn:sha1:fc92148eac1cd2f8a5e99b3facc21e630e815bef</id>
<content type='text'>
* NEWS: Document the cp -p fix for special bits.
* src/copy.c (set_owner): Now returns a three-way result, so
that the caller can clear the special bits.  All callers changed.
(copy_reg): Don't set the special bits if chown failed.
(copy_internal): Likewise.
* tests/cp/special-bits: Test this fix.
Signed-off-by: Jim Meyering &lt;jim@meyering.net&gt;
</content>
</entry>
<entry>
<title>Make the output of "make check" more reproducible.</title>
<updated>2006-12-06T15:36:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-06T15:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e7f7dcb9d150341b63b9b70b0aeb0593e8888857'/>
<id>urn:sha1:e7f7dcb9d150341b63b9b70b0aeb0593e8888857</id>
<content type='text'>
* tests/misc/date-sec: Don't emit any diagnostic about sleeping.
</content>
</entry>
<entry>
<title>* tests/misc/date-sec: Output a fixed string.</title>
<updated>2006-12-03T15:01:41Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-03T15:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e585ffe84a38c00f81e1b7b288d1a9446edaef7'/>
<id>urn:sha1:5e585ffe84a38c00f81e1b7b288d1a9446edaef7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* NEWS: du --one-file-system (-x) would skip subdirectories of any</title>
<updated>2006-12-03T10:17:35Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-03T10:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ba45154d8e9f5f49f46c8c2c2d8a554db7c3465f'/>
<id>urn:sha1:ba45154d8e9f5f49f46c8c2c2d8a554db7c3465f</id>
<content type='text'>
directory listed as second or subsequent command line argument.
* tests/du/one-file-system: New file.  Test for today's fts.c fix.
* tests/du/Makefile.am (TESTS): Add one-file-system.
</content>
</entry>
<entry>
<title>* tests/du/basic: Generate 4KB file simply using printf, rather than</title>
<updated>2006-12-02T21:04:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-12-02T21:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6e7e2709c865504d72592dd7d5ee9382230ee169'/>
<id>urn:sha1:6e7e2709c865504d72592dd7d5ee9382230ee169</id>
<content type='text'>
seq+head.  This avoids a spurious "Broken pipe" diagnostic from seq.
</content>
</entry>
<entry>
<title>* tests/mv/no-target-dir: Detect a buggy rename syscall.  If found,</title>
<updated>2006-11-28T12:36:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-28T12:36:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1ddf7faf11c9f24d2822bf9e588895743bd5e3fa'/>
<id>urn:sha1:1ddf7faf11c9f24d2822bf9e588895743bd5e3fa</id>
<content type='text'>
skip this test.  This happens at least on ia64 linux-2.4.19 w/ext3.
Reported by Matthew Woehlke.
</content>
</entry>
<entry>
<title>* tests/mv/dir2dir: Also accept EBUSY.</title>
<updated>2006-11-28T08:21:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-28T08:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=db7092bed3d172f7033dab05b62ad131046f1bf3'/>
<id>urn:sha1:db7092bed3d172f7033dab05b62ad131046f1bf3</id>
<content type='text'>
Reported by Matthew Woehlke.
</content>
</entry>
<entry>
<title>* tests/du/inacc-dest: Skip this test when running as root.</title>
<updated>2006-11-24T21:08:33Z</updated>
<author>
<name>Theodoros V. Kalamatianos</name>
<email>thkala@softlab.ece.ntua.gr</email>
</author>
<published>2006-11-24T21:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c8092e5db09cf4ae46142305e67c924f8b16837a'/>
<id>urn:sha1:c8092e5db09cf4ae46142305e67c924f8b16837a</id>
<content type='text'>
</content>
</entry>
</feed>
