deleted superfluous assertion

This commit is contained in:
Zachary Folwick 2015-08-24 13:54:13 -07:00
parent a0ba3b6b8f
commit f739305502

View file

@ -7,7 +7,6 @@
$expected = /bin/bash -c "cd ~ && pwd"
(Get-Item ENV:HOME).Value | Should Be $expected
(Get-Item ENV:HOSTNAME).Value | Should Not BeNullOrEmpty
(Get-Item ENV:PATH).Value | Should Not BeNullOrEmpty
}