[tor-commits] [tor-browser-bundle-testsuite/master] Fix readelf_no_rpath test

gk at torproject.org gk at torproject.org
Thu Oct 15 18:41:27 UTC 2020


commit a05667015ccd4811a3b4901d8bcc97eb455773b7
Author: Alex Catarineu <acat at torproject.org>
Date:   Mon May 18 15:52:27 2020 +0200

    Fix readelf_no_rpath test
---
 TBBTestSuite/TestSuite/BrowserBundleTests.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TBBTestSuite/TestSuite/BrowserBundleTests.pm b/TBBTestSuite/TestSuite/BrowserBundleTests.pm
index 90d445c..b7014f4 100644
--- a/TBBTestSuite/TestSuite/BrowserBundleTests.pm
+++ b/TBBTestSuite/TestSuite/BrowserBundleTests.pm
@@ -180,6 +180,9 @@ our @tests = (
         command         => [ 'readelf', '-d' ],
         check_output    => sub { ! ( $_[0] =~ m/runpath/ ) },
         enable          => sub { $OSNAME eq 'linux' },
+        skip_files   => [ qw(
+            updater
+            ) ], # We have tor-browser-build#40092 for investigating this
     },
     {
         name            => 'otool_PIE',





More information about the tor-commits mailing list