summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Koloberdin <michael@koloberdin.com>2016-07-10 00:53:01 (GMT)
committerMichael Koloberdin <michael@koloberdin.com>2016-07-10 00:53:01 (GMT)
commitceafc00e88280216e1412c7d3a8ff69af90cf134 (patch)
tree7c4707381e30b99a9eab8e1903499c3e86f8a35b /tests
parentc66b2deb6089d29cbb7261c28282da32ea65c384 (diff)
downloadpatchelf-ceafc00e88280216e1412c7d3a8ff69af90cf134.zip
patchelf-ceafc00e88280216e1412c7d3a8ff69af90cf134.tar.gz
patchelf-ceafc00e88280216e1412c7d3a8ff69af90cf134.tar.bz2
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/
Diffstat (limited to 'tests')
-rwxr-xr-xtests/set-rpath-library.sh1
1 files changed, 0 insertions, 1 deletions
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.