coreutils/tests
Giuseppe Scrivano 029b6b14c5 tests: add a test for the `tail -f' race condition bug
If new data becomes available between the initial read and when tail
registers the inotify watch descriptors, ensure that it is read
before a new event happens on the file.
* tests/Makefile.am (TESTS): Add tail-2/inotify-race.
* tests/tail-2/inotify-race: New file.
2009-10-22 10:25:58 +02:00
..
chgrp global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
chmod global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
chown global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
chroot tests: use the "nobody" user's group as the default group id 2009-07-04 10:47:56 +02:00
cp copy: allow symlink timestamp preservation on more systems 2009-10-10 15:16:52 -06:00
dd tests: fix dd/skip-seek-past-file to work on ecryptfs 2009-09-14 14:22:02 +01:00
df df: don't fail due to an unreadable argument 2009-09-03 19:52:47 +02:00
du global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
id id: don't print context=... when POSIXLY_CORRECT is set 2009-09-11 19:58:18 +02:00
install tests: make install-C slightly less prone to confusion 2009-08-19 17:10:23 +02:00
ln ln: add -L/-P options 2009-09-25 07:03:03 -06:00
ls tests: abmon-align: avoid test failure 2009-10-17 12:21:52 +02:00
misc md5sum, sha*sum, sum: line-buffer the printed checksums 2009-10-21 16:56:00 +01:00
mkdir tests: mkdir/selinux: avoid spurious failure on some SELinux systems 2009-08-26 10:06:53 +02:00
mv tests: don't misbehave if $TMPDIR contains spaces 2009-08-30 10:58:13 +01:00
pr maint: update all Copyright year lists to include 2009 2009-06-23 22:33:15 +02:00
readlink readlink: pick up gnulib changes to readlink -f 2009-09-23 08:45:08 +02:00
rm rm: rewrite to use fts 2009-09-11 14:08:51 +02:00
rmdir maint: update all Copyright year lists to include 2009 2009-06-23 22:33:15 +02:00
tail-2 tests: add a test for the `tail -f' race condition bug 2009-10-22 10:25:58 +02:00
touch tests: ensure touch honors trailing slash 2009-10-21 20:45:27 -06:00
check.mk build: use Automake's new parallel-tests feature 2009-03-31 20:29:01 +02:00
Coreutils.pm global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
CuTmpdir.pm global: convert indentation-TABs to spaces 2009-08-25 09:21:00 +02:00
envvar-check maint: update all Copyright year lists to include 2009 2009-06-23 22:33:15 +02:00
lang-default * tests/lang-default (LC_ALL): Set to "C", so we get 2006-08-16 20:11:42 +00:00
Makefile.am tests: add a test for the `tail -f' race condition bug 2009-10-22 10:25:58 +02:00
other-fs-tmpdir tests: other-fs-tmpdir: don't misbehave for quote-unfriendly $TMPDIR 2009-08-29 19:19:37 +02:00
README s/any/some/ 2002-07-01 21:15:13 +00:00
require-perl tests: use "Exit $fail", not (exit $fail); exit $fail 2008-09-10 13:20:10 +02:00
sample-test tests: don't use lang-default from individual tests 2009-03-29 19:54:54 +02:00
test-lib.sh tests: mkdir/selinux: avoid spurious failure on some SELinux systems 2009-08-26 10:06:53 +02:00

A note about Makefile.am.in.
It is used (usually only by the maintainer) to generate some of the
Makefile.am files in these subdirectories.