Skip to content
Snippets Groups Projects
Commit 97f7e8dd authored by Simon McVittie's avatar Simon McVittie
Browse files

capture-libs test: Cope with i686, cmov CPU capability flags

parent 3e1a46dd
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment