diff --git a/test/powershell/Select-XML.Tests.ps1 b/test/powershell/Select-XML.Tests.ps1 index 4ef388653..5eff5b359 100644 --- a/test/powershell/Select-XML.Tests.ps1 +++ b/test/powershell/Select-XML.Tests.ps1 @@ -18,9 +18,6 @@ Describe "Select-XML DRT Unit Tests" -Tags DRT{ "@ $xmlContent >$testfile } - AfterAll { - rm $testfile - } It "Select-XML should work"{ $results = Select-XML -Path $testfile -XPath "/bookstore/book/title"