Skip to content

Commit 03fccba

Browse files
authored
test: tighten regex in "maps as flags"(#4723)
1 parent 7b85dd5 commit 03fccba

File tree

1 file changed

+1
-1
lines changed
  • test/db/archos/darwin-arm64

1 file changed

+1
-1
lines changed

test/db/archos/darwin-arm64/dbg

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fl@F:maps~hello~[1-]
9292
echo --
9393
dm*~hello~[0-2]
9494
EOF
95-
REGEXP_FILTER_OUT=([0-9]+ [a-zA-Z0-9_-]+\.[\.rwx_]+|[f-].+\n)
95+
REGEXP_FILTER_OUT=([0-9]+ [a-zA-Z0-9_-]+\.[\.rwx_]+|--\n|f\+.+\n)
9696
EXPECT=<<EOF
9797
16384 hello_macos_arm64.r_x
9898
16384 hello_macos_arm64.rw

0 commit comments

Comments
 (0)