Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 31, 2024
1 parent f6822fb commit 6758b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arch-x86_64-tbss-only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
. $(dirname $0)/common.inc

# Test if grep supports backreferences
echo abab | grep -Eq '\(ab\)\1' && skip
echo abab | grep -Eq '(ab)\1' || skip

cat <<EOF | $CC -o $t/a.o -c -xc -
__thread char foo;
Expand Down

0 comments on commit 6758b53

Please sign in to comment.