commit a05667015ccd4811a3b4901d8bcc97eb455773b7 Author: Alex Catarineu acat@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',
tbb-commits@lists.torproject.org