From 0922f762407cc20c90f8f5cfa01c5eafbdfecde0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 23 Feb 2020 08:20:32 +0000 Subject: 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 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 --- tests/data/test1397 | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/data/test1397') diff --git a/tests/data/test1397 b/tests/data/test1397 index 5f479b468..84f962abe 100644 --- a/tests/data/test1397 +++ b/tests/data/test1397 @@ -19,9 +19,6 @@ unittest Check wildcard certificate matching function Curl_cert_hostcheck - -unit1397 - -- cgit v1.2.3