tests: Do not exit on an expected failure code.

The comment in the code below the patched line
clearly suggests that it should go on in this case.
This condition occurs on Alpine Linux (musl-libc-based):
http://patchwork.alpinelinux.org/patch/2206/
This commit is contained in:
Michael Koloberdin 2016-07-10 03:53:01 +03:00
parent c66b2deb60
commit ceafc00e88
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ exitCode=0
if test "$exitCode" = 46; then
echo "expected failure"
exit 1
fi
# So set an RUNPATH on libfoo as well.