summaryrefslogtreecommitdiffstats
path: root/tests/run-funcscopes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-funcscopes.sh')
-rwxr-xr-xtests/run-funcscopes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-funcscopes.sh b/tests/run-funcscopes.sh
index 7236ef91..e0dcfae1 100755
--- a/tests/run-funcscopes.sh
+++ b/tests/run-funcscopes.sh
@@ -13,7 +13,7 @@
set -e
# Don't fail if we cannot decompress the file.
-bunzip2 -c $srcdir/testfile25.bz2 > testfile25 2>/dev/null || exit 0
+bunzip2 -c $srcdir/testfile25.bz2 > testfile25 2>/dev/null || exit 77
LD_LIBRARY_PATH=../libdw:../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
./funcscopes -e testfile25 incr >& funcscopes-test.out || :