From eae0e9d3a4217a0eb0adc8a4dfeb164f10a079df Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 16 Sep 2015 01:43:59 -0500 Subject: Call the correct script for pidwraptest.sh. This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index b114042..51e829e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -215,9 +215,10 @@ pbkdf2_SOURCES = pbkdf2.c # pidwraptest relies on an OS-specific way to give out pids and is generally # awkward on systems with slow fork if ENABLE_EXTRATESTS -TESTS += pidwraptest +TESTS += pidwraptest.sh check_PROGRAMS += pidwraptest pidwraptest_SOURCES = pidwraptest.c +EXTRA_DIST += pidwraptest.sh endif # pkcs7test -- cgit v1.2.3-55-g6feb