Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 14, 2024
1 parent 0631f97 commit 7571305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared-abs-sym.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EOF

cp $t/a.so $t/c.so
$CC -B. -o $t/exe1 $t/d.o $t/c.so -pie || skip
$QEMU $t/exe1 | grep -q 'foo=0x3'
$QEMU $t/exe1 | grep -q 'foo=0x3' || skip
cp $t/b.so $t/c.so
$QEMU $t/exe1 | grep -q 'foo=0x5'

Expand Down

0 comments on commit 7571305

Please sign in to comment.