Added popd

This commit is contained in:
Aaron 2015-09-08 15:59:19 -07:00
parent a290c278b6
commit 807b47a8ce

View file

@ -128,6 +128,7 @@
pushd $testDirectory
Select-String matches $testDirectory/testfile1.txt | Should Match $expected
popd
}
It "Should return the fourth line in testfile1 when a regular expression is used"{