summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-06-03 21:21:11 (GMT)
committerGitHub <noreply@github.com>2020-06-03 21:21:11 (GMT)
commitaa0b0e705f6e8667225069b925a16f466d67628d (patch)
tree05fb125db4e58881c6f72f142c6e5cc2ab73fac1
parent81c0ea3eb87b077e0089e0f2737a63654e8bf51a (diff)
parentceafc00e88280216e1412c7d3a8ff69af90cf134 (diff)
downloadpatchelf-aa0b0e705f6e8667225069b925a16f466d67628d.zip
patchelf-aa0b0e705f6e8667225069b925a16f466d67628d.tar.gz
patchelf-aa0b0e705f6e8667225069b925a16f466d67628d.tar.bz2
Merge pull request #104 from mkoloberdin/master
tests: Do not exit on an expected failure code.
-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.