]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test558: fix test by stripping file paths from FD lines
authorDan Fandrich <dan@coneharvesters.com>
Thu, 21 Jul 2016 15:06:04 +0000 (17:06 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 21 Jul 2016 15:06:04 +0000 (17:06 +0200)
tests/data/test558

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