diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-16 01:43:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-16 01:43:59 -0500 |
commit | eae0e9d3a4217a0eb0adc8a4dfeb164f10a079df (patch) | |
tree | 22f75cd7509db3620eb007df23b37e04a8e048b3 | |
parent | eb604d1d544636b1190fb83f9407a62837617b31 (diff) | |
download | portable-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.am | 3 |
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 |
217 | if ENABLE_EXTRATESTS | 217 | if ENABLE_EXTRATESTS |
218 | TESTS += pidwraptest | 218 | TESTS += pidwraptest.sh |
219 | check_PROGRAMS += pidwraptest | 219 | check_PROGRAMS += pidwraptest |
220 | pidwraptest_SOURCES = pidwraptest.c | 220 | pidwraptest_SOURCES = pidwraptest.c |
221 | EXTRA_DIST += pidwraptest.sh | ||
221 | endif | 222 | endif |
222 | 223 | ||
223 | # pkcs7test | 224 | # pkcs7test |