This commit is contained in:
Azimjon Ilkhomov 2019-08-02 00:20:57 -04:00 committed by GitHub
parent 665d9079fa
commit e6fe82d8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ set -e
X=$(./yq w ./examples/sample.yaml b.c 3 | ./yq r - b.c)
if [[ $X != 3 ]]; then
echo "Failed acceptance test: expected 2 but was $X"
echo "Failed acceptance test: expected 3 but was $X"
exit 1
fi
echo "acceptance tests passed"