Skip to content

Commit

Permalink
Fix args
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed May 7, 2024
1 parent dce25ac commit 67af6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If ($env:OMNIBUS_FIPS_MODE -eq $true) {
Write-Host "FIPS validation failed--md5 should not be available in FIPS mode"
Throw $lastexitcode
}
Start-Process -NoNewWindow -Wait "$embedded_bin_dir\openssl.exe" -ArgumentList "list"
Start-Process -NoNewWindow -Wait "$embedded_bin_dir\openssl.exe" -ArgumentList "list", "-providers" -PassThru
} else {
Write-Host "FIPS is disabled for this environment"
}
Expand Down

0 comments on commit 67af6a4

Please sign in to comment.