<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/misc, branch next</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=next</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=next'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-10-09T02:30:00Z</updated>
<entry>
<title>stat: test recent patch</title>
<updated>2009-10-09T02:30:00Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-10-08T14:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a797c4d7d3496e730d3bb3b19703396d31a65fad'/>
<id>urn:sha1:a797c4d7d3496e730d3bb3b19703396d31a65fad</id>
<content type='text'>
* tests/misc/stat-slash: New test.
* tests/Makefile.am (TESTS): Run it.
</content>
</entry>
<entry>
<title>md5sum, sha*sum: also accept openssl checksum syntax</title>
<updated>2009-10-07T07:31:27Z</updated>
<author>
<name>Guenter Knauf</name>
<email>lists@gknw.net</email>
</author>
<published>2009-10-03T21:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b95be30e3fc4831391355f89a959d0c503bed5fb'/>
<id>urn:sha1:b95be30e3fc4831391355f89a959d0c503bed5fb</id>
<content type='text'>
* src/md5sum.c (split_3): Accept openssl checksum syntax, which
differs only by two spaces from that of the bsd checksum tools:
openssl: MD5(f)= d41d8cd98f00b204e9800998ecf8427e
bsd:     MD5 (f) = d41d8cd98f00b204e9800998ecf8427e
</content>
</entry>
<entry>
<title>stat: interpret "-" as standard input</title>
<updated>2009-09-29T14:04:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-15T21:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a033e28737c1f6320bfc56b484253b61051bad85'/>
<id>urn:sha1:a033e28737c1f6320bfc56b484253b61051bad85</id>
<content type='text'>
* src/stat.c (do_stat): Interpret a command line argument of "-"
to mean "standard input", like many other tools do.
(do_statfs): Fail upon any attempt to use "-".
* NEWS (Changes in behavior): Mention it.
* tests/misc/stat-hyphen: New test, to exercise the above.
* tests/Makefile.am (TESTS): Add misc/stat-hyphen.
</content>
</entry>
<entry>
<title>maint: use #!/bin/sh consistently in shell-based test scripts</title>
<updated>2009-09-14T13:27:02Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-14T12:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=71bac0dac3126a9f06b25f3b2e31e12698b88c6e'/>
<id>urn:sha1:71bac0dac3126a9f06b25f3b2e31e12698b88c6e</id>
<content type='text'>
* tests/misc/sort-continue: Change first line to standard #!/bin/sh,
not #!/bin/bash (though it doesn't matter, since each is invoked
via $(SHELL) dir/test-name.
</content>
</entry>
<entry>
<title>cp,mv: preserve extended attributes even for read-only files</title>
<updated>2009-09-14T13:19:03Z</updated>
<author>
<name>Ondřej Vašík</name>
<email>ovasik@redhat.com</email>
</author>
<published>2009-09-14T13:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cca83fafa69eb26db458714830b77498b88af8a4'/>
<id>urn:sha1:cca83fafa69eb26db458714830b77498b88af8a4</id>
<content type='text'>
* src/copy.c (copy_reg): Temporarily set u+rw on the destination file
to allow GNU/Linux to set xattrs.
* tests/misc/xattr: Test that change.
* NEWS (Bug fixes): Mention it.
Reported by Ernest N. Mamikonyan.
</content>
</entry>
<entry>
<title>tests: address a race condition in misc/cat-buf</title>
<updated>2009-09-08T00:43:31Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-09-07T22:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a863644397a66308d60464bace26da857f494f8c'/>
<id>urn:sha1:a863644397a66308d60464bace26da857f494f8c</id>
<content type='text'>
* tests/misc/cat-buf: Increase the delay between writes
to decrease the chance that dd will read both at once.
Since the test is inherently racy, print a warning via
skip_test_ rather than failing outright.
Reported by Jim Meyering.
</content>
</entry>
<entry>
<title>tests: misc/cat-buf: clean up syntax</title>
<updated>2009-09-07T18:23:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-07T18:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a4a864da365fe70eb3a69fd4347f8f747a258efd'/>
<id>urn:sha1:a4a864da365fe70eb3a69fd4347f8f747a258efd</id>
<content type='text'>
* tests/misc/cat-buf: Don't suppress dd's stderr.
Remove useless quotes.
</content>
</entry>
<entry>
<title>tests: ls-misc: don't let a bogus umask cause test failure</title>
<updated>2009-09-06T16:40:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-09-06T16:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=467cc9bb4395da8de01208253d7d861c72f2a428'/>
<id>urn:sha1:467cc9bb4395da8de01208253d7d861c72f2a428</id>
<content type='text'>
* tests/misc/ls-misc: Set umask to 022.  A umask setting permitting
world-write access, e.g., umask o+w, would cause this test to fail.
Report by Mathias Brodala and analysis by Tom Fitzhenry in
&lt;http://bugs.debian.org/544965&gt;.
</content>
</entry>
<entry>
<title>tests: don't misbehave if $TMPDIR contains spaces</title>
<updated>2009-08-30T09:58:13Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2009-08-30T00:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=56300b1dc28f4acef88821364419933459d931f6'/>
<id>urn:sha1:56300b1dc28f4acef88821364419933459d931f6</id>
<content type='text'>
* tests/misc/xattr: Add quotes.
* tests/mv/acl: Likewise.
* tests/mv/backup-is-src: Likewise.
* tests/mv/hard-link-1: Likewise.
* tests/mv/leak-fd: Likewise.
* tests/mv/mv-special-1: Likewise.
* tests/mv/part-fail: Likewise.
* tests/mv/part-hardlink: Likewise.
* tests/mv/part-rename: Likewise.
* tests/mv/part-symlink: Likewise.
* tests/mv/partition-perm: Likewise.
* tests/mv/sticky-to-xpart: Likewise.
</content>
</entry>
<entry>
<title>dd: detect closed stderr</title>
<updated>2009-08-28T18:56:51Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2009-08-28T16:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=31fa922e5765a24786061a4dfbd048869457cf84'/>
<id>urn:sha1:31fa922e5765a24786061a4dfbd048869457cf84</id>
<content type='text'>
* src/dd.c (maybe_close_stdout): Always flush stderr; regression
introduced in commit 381e69ea.
* tests/misc/close-stdout (p): Use consistent style.
* tests/dd/stderr: New test, borrowing from misc/close-stdout.
* tests/Makefile.am (TESTS): Run it.
* NEWS: Mention this.
</content>
</entry>
</feed>
