From 72793ae7e411fc8e931e0d3ff227363491a4dcd3 Mon Sep 17 00:00:00 2001 From: JumpingYang001 Date: Thu, 2 Jun 2016 19:27:38 -0700 Subject: [PATCH] Update fix based on comments for Select-XML Pester Test --- test/powershell/Select-XML.Tests.ps1 | 3 --- 1 file changed, 3 deletions(-) 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"