PowerShell-Tests icon indicating copy to clipboard operation
PowerShell-Tests copied to clipboard

it "Verifies InformationPreference" test issues

Open PetSerAl opened this issue 9 years ago • 0 comments

This test have two issues:

  • If you want to use $InformationPreference variable, then you should not use -InformationAction parameter.
  • The value Ignore is not supported for an ActionPreference variables, including $InformationPreference variable.

PetSerAl avatar Feb 16 '16 02:02 PetSerAl