From 66c73d06805f1e8613bb44cf97de1f223971c60c Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Sun, 10 Oct 2021 12:23:02 +0300 Subject: Generate and commit a missing test file b969e1c74e7c905a96c1590f5350a264dbaa83ae added a reference to this file and a command to generate it into tests/mime-detection/list, but didn't commit the generated file itself. Now when test-mime fails for some other reason (e.g. after adding a failing test case), the following error message is printed: Could not open /path/to/shared-mime-info/tests/mime-detection/test-not-dtshd.txt Presumably when the test file does not exist, the intended 'data' test does not run. The testing system should be improved to report such nonexistent file issues as test failures. --- tests/mime-detection/test-not-dtshd.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/mime-detection/test-not-dtshd.txt diff --git a/tests/mime-detection/test-not-dtshd.txt b/tests/mime-detection/test-not-dtshd.txt new file mode 100644 index 00000000..1890c1ad --- /dev/null +++ b/tests/mime-detection/test-not-dtshd.txt @@ -0,0 +1 @@ +This is not DTSHD: dX % \ No newline at end of file -- cgit v1.2.1