diff options
author | Domen Kožar <domen@dev.si> | 2020-06-03 21:21:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 21:21:11 (GMT) |
commit | aa0b0e705f6e8667225069b925a16f466d67628d (patch) | |
tree | 05fb125db4e58881c6f72f142c6e5cc2ab73fac1 /tests | |
parent | 81c0ea3eb87b077e0089e0f2737a63654e8bf51a (diff) | |
parent | ceafc00e88280216e1412c7d3a8ff69af90cf134 (diff) | |
download | patchelf-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.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/set-rpath-library.sh | 1 |
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. |