tests: Remove dead assert_status_jq

Nothing calls it today; looks like it was last used in
283b915ecf

Closes: #1430
Approved by: jlebon
This commit is contained in:
Colin Walters 2018-08-03 13:25:31 -04:00 committed by Atomic Bot
parent f2a871dfeb
commit 2278b60a15

View File

@ -370,11 +370,6 @@ assert_status_file_jq() {
done
}
assert_status_jq() {
rpm-ostree status --json > status.json
assert_status_file_jq status.json "$@"
}
get_obj_path() {
repo=$1; shift
csum=$1; shift