bind9/tests
Michal Nowak 6db006af23
Drop superfluous isc_mem_get() NULL check
coccinelle v1.1 trips over a superfluous isc_mem_get() NULL check in
tests/libtest/ns.c and reports the following failure in CI:

    EXN: Failure("rule starting on line 26: already tagged token:\nC code context\nFile \"./tests/libtest/ns.c\", line 350, column 1, charpos = 7939\n  around = 'if',\n  whole content = \tif (qctx != NULL) {") in ./tests/libtest/ns.c

(cherry picked from commit cf76851c75)
2024-12-13 14:54:48 +01:00
..
dns Parse the URI template and check for a dns variable 2024-11-26 03:41:51 +00:00
include/tests Extend ISC_TEST_MAIN for debugging 2024-08-22 06:04:59 +00:00
irs Check that nameservers are parsed correctly 2024-12-13 10:27:22 +11:00
isc Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
isccfg Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
libtest Drop superfluous isc_mem_get() NULL check 2024-12-13 14:54:48 +01:00
ns Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
Makefile.am Stop the unit tests from running twice 2022-05-31 12:06:00 +02:00
unit-test-driver.sh.in Reformat shell scripts with shfmt 2023-10-26 13:05:00 +02:00