@@ -1782,7 +1782,7 @@ Describe "Implicit remoting tests" -tags "Feature" {
1782
1782
Get-Item Function:\Get-Variable - ErrorAction SilentlyContinue | Should Be $null
1783
1783
1784
1784
# # BadVerb-Variable should be a function, not an alias (1)
1785
- Get-Item Function:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
1785
+ Get-Item Function:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Not Be $null
1786
1786
1787
1787
# # BadVerb-Variable should be a function, not an alias (2)
1788
1788
Get-Item Alias:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
@@ -1822,7 +1822,7 @@ Describe "Implicit remoting tests" -tags "Feature" {
1822
1822
Get-Item Function:\Get-Variable - ErrorAction SilentlyContinue | Should Be $null
1823
1823
1824
1824
# # BadVerb-Variable should be a function, not an alias (1)
1825
- Get-Item Function:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
1825
+ Get-Item Function:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Not Be $null
1826
1826
1827
1827
# # BadVerb-Variable should be a function, not an alias (2)
1828
1828
Get-Item Alias:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
@@ -1873,7 +1873,7 @@ Describe "Implicit remoting tests" -tags "Feature" {
1873
1873
Get-Item Function:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
1874
1874
1875
1875
# # BadVerb-Variable should be an alias, not a function (2)
1876
- Get-Item Alias:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Be $null
1876
+ Get-Item Alias:\BadVerb- Variable - ErrorAction SilentlyContinue | Should Not Be $null
1877
1877
1878
1878
(BadVerb- Variable - Name pid).Value | Should Be $remotePid
1879
1879
} finally {
0 commit comments