projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
78582be
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/Shell/t/Shell.t
b/ext/Shell/t/Shell.t
index
31bf9d2
..
1ebc861
100644
(file)
--- 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 "..";
-}