1 2 3 4 5 6 7 8 9 10 11 12 13 14
general { output_format = "none" } order += "read_file EXISTING" order += "read_file NONEXISTANT" read_file EXISTING { path = "testcases/025-file-contents/short.txt" } read_file NONEXISTANT { path = "testcases/025-file-contents/nonexistant" }