1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

test558: fix test by stripping file paths from FD lines

This commit is contained in:
Dan Fandrich 2016-07-21 17:06:04 +02:00
parent 5e26d9ceea
commit 47fa8f0dae

View File

@ -49,7 +49,7 @@ MEM escape.c: free()
s/ =.*//
s/\(.*\)/()/
s/:\d+/:/
s:^(MEM )(.*/)(.*):$1$3:
s:^(MEM |FD )(.*/)(.*):$1$3:
</stripfile>
</verify>