Skip to content

Commit aa0b0e7

Browse files
authored
Merge pull request #104 from mkoloberdin/master
tests: Do not exit on an expected failure code.
2 parents 81c0ea3 + ceafc00 commit aa0b0e7

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)