mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
Merge pull request #12712 from actions/lawrencegripper-patch-1
Typo in integration test for fwupd
This commit is contained in:
@@ -9,7 +9,7 @@ Describe "Disk free space" -Skip:(-not [String]::IsNullOrEmpty($env:AGENT_NAME)
|
||||
|
||||
Describe "fwupd removed" {
|
||||
It "Is not present on box" {
|
||||
$systemctlOutput = & systemctl list-unit fwupd-refresh.timer --no-legend
|
||||
$systemctlOutput = & systemctl list-units fwupd-refresh.timer --no-legend
|
||||
# When disabled the output looks like this:
|
||||
#❯ systemctl list-units fwupd-refresh.timer --no-legend
|
||||
#● fwupd-refresh.timer masked failed failed fwupd-refresh.timer
|
||||
|
||||
Reference in New Issue
Block a user