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:
parent
eb604d1d54
commit
eae0e9d3a4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user