From ceafc00e88280216e1412c7d3a8ff69af90cf134 Mon Sep 17 00:00:00 2001 From: Michael Koloberdin Date: Sun, 10 Jul 2016 03:53:01 +0300 Subject: 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/ --- tests/set-rpath-library.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/set-rpath-library.sh b/tests/set-rpath-library.sh index dd1381f..a5c8ca7 100755 --- a/tests/set-rpath-library.sh +++ b/tests/set-rpath-library.sh @@ -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. -- cgit v0.12