mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
shellcheck
This commit is contained in:
@@ -12,7 +12,7 @@ testEmptyEval() {
|
||||
}
|
||||
|
||||
testEmptyEvalPipe() {
|
||||
X=$(cat test.yml | ./yq e -)
|
||||
X=$(./yq e - < test.yml)
|
||||
assertEquals 0 $?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user