diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-07-20 23:04:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-07-20 23:06:03 +0200 |
commit | c6d3fa11e687808ea9f0047d591a39135a4b9f4e (patch) | |
tree | ef70451eb2d2e64e9ef0bc96c3b24aa0c6eb8b0c | |
parent | 4ee203542d042e9ba4f137ab252637742998de42 (diff) |
test558: updated after ipv6-check move
Follow-up commit to c50980807c5 to make this test pass.
-rw-r--r-- | tests/data/test558 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test558 b/tests/data/test558 index 7a9ba7061..e9c3b2c83 100644 --- a/tests/data/test558 +++ b/tests/data/test558 @@ -17,6 +17,7 @@ none </server> <features> TrackMemory +ipv6 </features> # tool is what to use instead of 'curl' <tool> @@ -35,6 +36,8 @@ nothing # Verify data after the test has been "shot" <verify> <file name="log/memdump"> +FD hostip6.c: socket() +FD connect.c: sclose() MEM lib558.c: malloc() MEM lib558.c: free() MEM escape.c: malloc() |