Skip to content

Commit ceafc00

Browse files
committed
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/
1 parent c66b2de commit ceafc00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/set-rpath-library.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ exitCode=0
2626

2727
if test "$exitCode" = 46; then
2828
echo "expected failure"
29-
exit 1
3029
fi
3130

3231
# So set an RUNPATH on libfoo as well.

0 commit comments

Comments
 (0)