blob: 38ca7d4ee0458f216215f461f474ca3a9776c940 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
general {
output_format = "none"
}
order += "path_exists EXISTING"
order += "path_exists NONEXISTANT"
path_exists EXISTING {
path = "testcases/003-path-exists"
}
path_exists NONEXISTANT {
path = "testcases/003-path-exists/nonexistant"
}
|