shellcheck

This commit is contained in:
Mike Farah
2021-07-18 17:05:12 +10:00
parent 7474ac62ef
commit 85bbbbeed4
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ testEmptyEval() {
}
testEmptyEvalPipe() {
X=$(cat test.yml | ./yq e -)
X=$(./yq e - < test.yml)
assertEquals 0 $?
}