Added unit test case for path_exists

This commit is contained in:
eplanet 2016-11-14 21:24:16 +00:00
parent 7c9108c9b9
commit 243d08e1ad
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
EXISTING: yes | NONEXISTANT: no

View File

@ -0,0 +1,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"
}