Skip to content

Commit

Permalink
Merge pull request #17311 from edsantiago/rhel8_systemd_has_no_dash_P
Browse files Browse the repository at this point in the history
Emergency fix for RHEL8 gating tests
  • Loading branch information
openshift-merge-robot authored Feb 1, 2023
2 parents 19890bc + c927ad0 commit 0e446a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/252-quadlet.bats
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function service_setup() {
run systemctl status "$service"
assert $status -eq $statusexit "systemctl status $service: $output"

run systemctl show -P ActiveState "$service"
run systemctl show --value --property=ActiveState "$service"
assert $status -eq 0 "systemctl show $service: $output"
is "$output" $activestate
}
Expand Down

0 comments on commit 0e446a3

Please sign in to comment.