annotate modules/argmatch-tests @ 10186:bef6a09c05f1

utimens.c: correct kernel bug work-around Ondřej Vašík found that the invalid return value of 280 indicates failure, not success, and the kernel bug we're trying to work around affects not just the utimensat call, but also the fallback futimens call. * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure, not success. [HAVE_FUTIMENS]: Use the same work-around, here.
author Jim Meyering <meyering@redhat.com>
date Fri, 06 Jun 2008 18:20:14 +0200
parents ae4587be462b
children a48d3d749ca5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8325
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-argmatch.c
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 progname
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-argmatch
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-argmatch
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
12 test_argmatch_LDADD = $(LDADD) @LIBINTL@
8325
c08f9990bf58 Tests for module 'argmatch'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13