_parseFilename_: don't require file exists

This commit is contained in:
Nathaniel Landau
2021-08-22 17:32:51 -04:00
parent 8584cbd2de
commit c6da915e6a
2 changed files with 0 additions and 11 deletions

View File

@@ -189,12 +189,6 @@ _testListFiles_() {
_testParseFilename_() {
@test "_parseFilename_: fail with no file" {
run _parseFilename_ "somenonexistantfile"
assert_failure
assert_output --partial "Can't locate a file to parse"
}
@test "_parseFilename_: file with one extension" {
touch "testfile.txt"