projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e46466b
)
don't stay in temp directory at end of test
Graham Knop [Wed, 25 Dec 2013 19:25:52 +0000 (14:25 -0500)]
t/install.t
patch
|
blob
|
blame
|
history
diff --git
a/t/install.t
b/t/install.t
index
cbceb64
..
b080636
100644
(file)
--- a/
t/install.t
+++ b/
t/install.t
@@
-89,3
+89,4
@@
for my $dir_base (@dirs) {
});
}
}
+chdir $orig_dir;