mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-11 02:04:30 +00:00
11 lines
106 B
Bash
Executable File
11 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setUp() {
|
|
rm test*.yml || true
|
|
}
|
|
|
|
testLoadFileNotExist() {
|
|
}
|
|
|
|
testStrLoadFileNotExist() {
|
|
} |