fixed get-Content issues

This commit is contained in:
Zachary Folwick 2015-07-15 16:30:20 -07:00
parent 088335669d
commit c55e5cbc88

View file

@ -9,7 +9,7 @@ Describe "Test-Get-Content" {
Get-Content . -ErrorAction SilentlyContinue | Should Throw
cat . -ErrorAction SilentlyContinue | Should Throw
gc . -ErrorAction SilentlyContinue | Should Throw
type . -ErrorAction SilentlyContinue | Should Throw
type . -ErrorAction SilentlyContinue | Should Throw
}