Skip to content

Commit

Permalink
fixup! Add pending-base-commit to status
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 30, 2017
1 parent 4a342e6 commit fb643b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/libtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ ensure_dbus ()
assert_status_jq() {
vm_rpmostree status --json > status.json

for expression in $@; do
for expression in "$@"; do
if ! jq -e "${expression}" >/dev/null < status.json; then
jq . < status.json | sed -e 's/^/# /' >&2
echo 1>&2 "${expression} failed to match in status.json"
Expand Down

0 comments on commit fb643b7

Please sign in to comment.