Call the correct script for pidwraptest.sh.

This optional test was not reporting the correct results, noticed
retesting against FreeBSD 11-current.
This commit is contained in:
Brent Cook 2015-09-16 01:43:59 -05:00
parent eb604d1d54
commit eae0e9d3a4

View File

@ -215,9 +215,10 @@ pbkdf2_SOURCES = pbkdf2.c
# pidwraptest relies on an OS-specific way to give out pids and is generally # pidwraptest relies on an OS-specific way to give out pids and is generally
# awkward on systems with slow fork # awkward on systems with slow fork
if ENABLE_EXTRATESTS if ENABLE_EXTRATESTS
TESTS += pidwraptest TESTS += pidwraptest.sh
check_PROGRAMS += pidwraptest check_PROGRAMS += pidwraptest
pidwraptest_SOURCES = pidwraptest.c pidwraptest_SOURCES = pidwraptest.c
EXTRA_DIST += pidwraptest.sh
endif endif
# pkcs7test # pkcs7test