curl/tests/data/test1330
Viktor Szakats cc21ca6413
tests: delete unused commands
`runtests.pl` defaults to `-` if a command is missing, since
c43ad0f972.
2025-08-19 16:11:28 +02:00

45 lines
605 B
Text

<testcase>
<info>
<keywords>
unittest
TrackMemory
</keywords>
</info>
#
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
none
</server>
<features>
unittest
TrackMemory
</features>
<name>
unit tests memory tracking operational
</name>
</client>
#
# Verify data after the test has been "shot"
<verify>
<file name="%LOGDIR/memdump">
MEM unit%TESTNUMBER.c: malloc()
MEM unit%TESTNUMBER.c: free()
</file>
<stripfile>
s/ =.*//
s/\(.*\)/()/
s/:\d+/:/
s:^(MEM )(.*[/\\])(.*):$1$3:
s/\r\n/\n/
s/^MEM getenv.c: realloc\(\)[\n]$//
s/^MEM getenv.c: free\(\)[\n]$//
</stripfile>
</verify>
</testcase>