NetworkManager/libnm-util/tests
Thomas Haller 242d350fcf libnm-util/test: fix tests not to write a core file
test_libnm_linking() executes ./test-libnm-linking which
is supposed to crash. When the user set `ulimit -c unlimited`
before, this will leave a left-over core file.

In case of `make distcheck`, this is quite bad because it lets
the make target fail:

    ERROR: files left in build directory after distclean:
    ./libnm-util/tests/core.31481

Fix this by setting the (soft) rlimit for writing core files
to 0 before executing the test binary.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-04 16:17:36 +02:00
..
certs libnm-util: allow AES cipher for private keys 2014-05-12 10:46:41 +02:00
Makefile.am libnm, libnm-utils: error out if mixed libnm/libnm-util symbols are detected 2014-08-01 14:34:40 -04:00
test-crypto.c libnm-util, libnm-glib: whitespace fixes 2014-07-15 09:44:55 -04:00
test-general.c libnm-util/test: fix tests not to write a core file 2014-08-04 16:17:36 +02:00
test-libnm-linking.c libnm-util/test: fix build for clang due to deprecated warning 2014-08-01 21:42:04 +02:00
test-secrets.c libnm-util, libnm-glib: standardize copyright/license headers 2014-07-15 09:44:54 -04:00
test-setting-8021x.c libnm-util, libnm-glib: standardize copyright/license headers 2014-07-15 09:44:54 -04:00
test-setting-dcb.c libnm-util, libnm-glib: standardize copyright/license headers 2014-07-15 09:44:54 -04:00
test-settings-defaults.c libnm-util, libnm-glib: standardize copyright/license headers 2014-07-15 09:44:54 -04:00