Remove remaining 'in-core' boilerplate from Shell
Steffen Mueller [Sun, 30 Aug 2009 10:33:46 +0000 (12:33 +0200)]
ext/Shell/t/Shell.t

index 31bf9d2..1ebc861 100644 (file)
@@ -63,7 +63,3 @@ if ($Is_VMS) {
 
 }
 open(STDERR, ">&SAVERR") ;
-
-if ($chdir) {
-  chdir "..";
-}