mirror of
https://github.com/curl/curl.git
synced 2026-08-06 08:46:14 +03:00
test558: fix test by stripping file paths from FD lines
This commit is contained in:
parent
5e26d9ceea
commit
47fa8f0dae
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ MEM escape.c: free()
|
|||
s/ =.*//
|
||||
s/\(.*\)/()/
|
||||
s/:\d+/:/
|
||||
s:^(MEM )(.*/)(.*):$1$3:
|
||||
s:^(MEM |FD )(.*/)(.*):$1$3:
|
||||
</stripfile>
|
||||
</verify>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue