From: Steffen Mueller Date: Sun, 30 Aug 2009 10:33:46 +0000 (+0200) Subject: Remove remaining 'in-core' boilerplate from Shell X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e035e52ff9f344125f6b34e13d928a0c6d2c54a;p=p5sagit%2Fp5-mst-13.2.git Remove remaining 'in-core' boilerplate from Shell --- diff --git a/ext/Shell/t/Shell.t b/ext/Shell/t/Shell.t index 31bf9d2..1ebc861 100644 --- a/ext/Shell/t/Shell.t +++ b/ext/Shell/t/Shell.t @@ -63,7 +63,3 @@ if ($Is_VMS) { } open(STDERR, ">&SAVERR") ; - -if ($chdir) { - chdir ".."; -}