Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/openat-safer-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 | 002585582bf6 |
children |
rev | line source |
---|---|
11937 | 1 Files: |
2 tests/test-openat-safer.c | |
12510
618282a72d9b
tests: use macros.h in more places
Eric Blake <ebb9@byu.net>
parents:
11937
diff
changeset
|
3 tests/macros.h |
11937 | 4 |
5 Depends-on: | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-openat-safer | |
11 check_PROGRAMS += test-openat-safer | |
14850
002585582bf6
Fix link errors in tests: openat-die uses gettext-h.
Bruno Haible <bruno@clisp.org>
parents:
14645
diff
changeset
|
12 test_openat_safer_LDADD = $(LDADD) @LIBINTL@ |