Commit 47fa8f0d authored by Dan Fandrich's avatar Dan Fandrich
Browse files

test558: fix test by stripping file paths from FD lines

parent 5e26d9ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ MEM escape.c: free()
s/ =.*//
s/\(.*\)/()/
s/:\d+/:/
s:^(MEM )(.*/)(.*):$1$3:
s:^(MEM |FD )(.*/)(.*):$1$3:
</stripfile>
</verify>