Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/cloexec-tests @ 17935:0ad1f4c9eed5 default tip
tests: support stderr verification with returns_()
* tests/init.sh (returns_): Disable tracing for this wrapper
function, so that stderr of the wrapped command is unchanged,
allowing for verification of the contents.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Mon, 16 Feb 2015 17:20:39 +0000 |
parents | 160b88fd4691 |
children |
rev | line source |
---|---|
12390 | 1 Files: |
2 tests/test-cloexec.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12398
diff
changeset
|
3 tests/macros.h |
12390 | 4 |
5 Depends-on: | |
12398
8700bea78e67
cloexec: preserve text vs. binary across dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
12390
diff
changeset
|
6 binary-io |
17384
160b88fd4691
tests: don't assume getdtablesize () <= 10000000
Paul Eggert <eggert@cs.ucla.edu>
parents:
15752
diff
changeset
|
7 getdtablesize |
15752
b86e9061a6d0
New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
8 msvc-nothrow |
12390 | 9 |
10 configure.ac: | |
11 | |
12 Makefile.am: | |
13 TESTS += test-cloexec | |
14 check_PROGRAMS += test-cloexec |