aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-16 01:43:59 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-16 01:43:59 -0500
commiteae0e9d3a4217a0eb0adc8a4dfeb164f10a079df (patch)
tree22f75cd7509db3620eb007df23b37e04a8e048b3
parenteb604d1d544636b1190fb83f9407a62837617b31 (diff)
downloadportable-eae0e9d3a4217a0eb0adc8a4dfeb164f10a079df.tar.gz
portable-eae0e9d3a4217a0eb0adc8a4dfeb164f10a079df.tar.bz2
portable-eae0e9d3a4217a0eb0adc8a4dfeb164f10a079df.zip
Call the correct script for pidwraptest.sh.
This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current.
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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
215# pidwraptest relies on an OS-specific way to give out pids and is generally 215# pidwraptest relies on an OS-specific way to give out pids and is generally
216# awkward on systems with slow fork 216# awkward on systems with slow fork
217if ENABLE_EXTRATESTS 217if ENABLE_EXTRATESTS
218TESTS += pidwraptest 218TESTS += pidwraptest.sh
219check_PROGRAMS += pidwraptest 219check_PROGRAMS += pidwraptest
220pidwraptest_SOURCES = pidwraptest.c 220pidwraptest_SOURCES = pidwraptest.c
221EXTRA_DIST += pidwraptest.sh
221endif 222endif
222 223
223# pkcs7test 224# pkcs7test