Skip to content

Commit

Permalink
test: tighten regex in "maps as flags"(#4723)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Nov 17, 2024
1 parent 7b85dd5 commit 03fccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/archos/darwin-arm64/dbg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fl@F:maps~hello~[1-]
echo --
dm*~hello~[0-2]
EOF
REGEXP_FILTER_OUT=([0-9]+ [a-zA-Z0-9_-]+\.[\.rwx_]+|[f-].+\n)
REGEXP_FILTER_OUT=([0-9]+ [a-zA-Z0-9_-]+\.[\.rwx_]+|--\n|f\+.+\n)
EXPECT=<<EOF
16384 hello_macos_arm64.r_x
16384 hello_macos_arm64.rw
Expand Down

0 comments on commit 03fccba

Please sign in to comment.