aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1330
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2020-02-23 08:20:32 +0000
committerSteve Holme <steve_holme@hotmail.com>2020-02-27 00:51:49 +0000
commit0922f762407cc20c90f8f5cfa01c5eafbdfecde0 (patch)
tree9a3a672688a9197c66b66338e6c2a994e37b18d6 /tests/data/test1330
parentd9e40f57de17bff9e96f76f502e611dd1b70feac (diff)
tests: Automatically deduce the tool name from the test case for unit tests
It is still possible to override the executable to run during the test, using the <tool> tag, but this patch removes the requirement that the tag must be present for unit tests. It also removes the possibility of human error when existing test cases are used as the basis for new tests, as recently witnessed in 81c37124. Reviewed-by: Daniel Stenberg Closes #4976
Diffstat (limited to 'tests/data/test1330')
-rw-r--r--tests/data/test13306
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/test1330 b/tests/data/test1330
index a78dc30b8..ce04e3331 100644
--- a/tests/data/test1330
+++ b/tests/data/test1330
@@ -20,11 +20,6 @@ none
unittest
TrackMemory
</features>
-# tool is what to use instead of 'curl'
-<tool>
-unit1330
-</tool>
-
<name>
unit tests memory tracking operational
</name>
@@ -48,5 +43,4 @@ s:^(MEM )(.*/)(.*):$1$3:
s/\r\n/\n/
</stripfile>
</verify>
-
</testcase>