yq/acceptance_tests/load-file.sh

11 lines
106 B
Bash
Raw Normal View History

2021-11-16 04:29:16 +00:00
#!/bin/bash
setUp() {
rm test*.yml || true
}
testLoadFileNotExist() {
}
testStrLoadFileNotExist() {
}