mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Fix typo
This commit is contained in:
parent
665d9079fa
commit
bc4bab9380
@ -6,7 +6,7 @@ set -e
|
|||||||
X=$(./yq w ./examples/sample.yaml b.c 3 | ./yq r - b.c)
|
X=$(./yq w ./examples/sample.yaml b.c 3 | ./yq r - b.c)
|
||||||
|
|
||||||
if [[ $X != 3 ]]; then
|
if [[ $X != 3 ]]; then
|
||||||
echo "Failed acceptance test: expected 2 but was $X"
|
echo "Failed acceptance test: expected 3 but was $X"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "acceptance tests passed"
|
echo "acceptance tests passed"
|
||||||
|
Loading…
Reference in New Issue
Block a user