<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/misc, branch v7.6</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.6</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-09-08T00:43:31Z</updated>
<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>
<entry>
<title>global: convert indentation-TABs to spaces</title>
<updated>2009-08-25T07:21:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-22T16:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e778f7c8d1ecf3d8f11385db013af2ba026e2a5'/>
<id>urn:sha1:5e778f7c8d1ecf3d8f11385db013af2ba026e2a5</id>
<content type='text'>
Transformed via this shell code:
t=$'\t'
git ls-files \
  | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
  | grep -vE 'tests/pr/|help2man' \
  | xargs grep -lE "^ *$t" \
  | xargs perl -MText::Tabs -ni -le \
    '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
</content>
</entry>
<entry>
<title>tests: skip the stdbuf tests when the abs build directory name is bogus</title>
<updated>2009-08-20T17:47:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-20T16:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7f242fadfa216eac6ebb20721943b6e4e90300c7'/>
<id>urn:sha1:7f242fadfa216eac6ebb20721943b6e4e90300c7</id>
<content type='text'>
* tests/misc/stdbuf: Avoid spurious failure when the directory name
from which we'd set LD_PRELOAD contains unsafe characters.
</content>
</entry>
<entry>
<title>tests: stdbuf: fix a bug in test script</title>
<updated>2009-08-18T15:53:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-18T15:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6f6599a006e08c0e7a0825f1f059fde66d2847b5'/>
<id>urn:sha1:6f6599a006e08c0e7a0825f1f059fde66d2847b5</id>
<content type='text'>
* tests/misc/stdbuf: Use skip_test_ only after it's defined.
Reported by Berhnard Voelker.

(sc_check-AUTHORS): Rename rule from check-AUTHORS.
</content>
</entry>
<entry>
<title>tests: skip the misc/stdbuf test if stdbuf was not built</title>
<updated>2009-08-14T19:34:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-14T19:34:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e4dcb20e83260d3d0e30e35a81d850d07635dda2'/>
<id>urn:sha1:e4dcb20e83260d3d0e30e35a81d850d07635dda2</id>
<content type='text'>
* tests/misc/stdbuf: Skip this test when stdbuf is not built.
Reported by Eric Blake.
</content>
</entry>
<entry>
<title>tests: new test for bug in ls -1U dir arg ...</title>
<updated>2009-07-27T15:12:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-25T09:06:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5874a8215deb28918a049ba24c4335f7a7fb74e1'/>
<id>urn:sha1:5874a8215deb28918a049ba24c4335f7a7fb74e1</id>
<content type='text'>
* tests/misc/ls-misc (multi-arg-U1): New test.
</content>
</entry>
</feed>
