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:
parent
f2a871dfeb
commit
2278b60a15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user