Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon McVittie
libcapsule
Commits
97f7e8dd
Commit
97f7e8dd
authored
May 16, 2018
by
Simon McVittie
Browse files
capture-libs test: Cope with i686, cmov CPU capability flags
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
3e1a46dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/capture-libs.pl
View file @
97f7e8dd
...
...
@@ -33,7 +33,7 @@ use CapsuleTest;
skip_all_unless_bwrap
;
my
$LIBDIR
=
qr{/(?:usr/)?lib(?:32|64|x32)?(?:/\w+-linux-gnu\w*)?}
;
my
$LIBDIR
=
qr{/(?:usr/)?lib(?:32|64|x32)?(?:/\w+-linux-gnu\w*)?
(?:/i686)?(?:/cmov)?
}
;
my
$test_tempdir
=
File::
Temp
->
newdir
();
diag
"
Working directory:
$test_tempdir
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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