Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-bundle-testsuite
Commits
ae9d3b5c
Unverified
Commit
ae9d3b5c
authored
Oct 09, 2014
by
boklm
Browse files
Fix the readelf_RELRO test
parent
951493db
Changes
1
Hide whitespace changes
Inline
Side-by-side
TBBTestSuite/BrowserBundleTests.pm
View file @
ae9d3b5c
...
...
@@ -69,7 +69,7 @@ our @tests = (
files
=>
\
&tbb_binfiles
,
command
=>
[
'
readelf
',
'
-ld
'
],
check_output
=>
sub
{
(
$_
[
0
]
=~
m/GNU_RELRO/
)
&&
(
$_
[
0
]
=~
m/
\(
BIND_NOW
\)
/
)
},
&&
(
$_
[
0
]
=~
m/BIND_NOW/
)
},
enable
=>
sub
{
$options
->
{
os
}
eq
'
Linux
'
},
},
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment