projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f7a2096
)
windows workaround for t/25backcompat_v4.t
Rafael Kitover [Sun, 28 Feb 2010 00:57:18 +0000 (19:57 -0500)]
t/25backcompat_v4.t
patch
|
blob
|
blame
|
history
diff --git
a/t/25backcompat_v4.t
b/t/25backcompat_v4.t
index
56ca9ce
..
9b63cc6
100644
(file)
--- a/
t/25backcompat_v4.t
+++ b/
t/25backcompat_v4.t
@@
-919,7
+919,7
@@
sub run_v5_tests {
sub DESTROY {
pop @INC;
- File::Path::rmtree ${$_[0]};
+ File::Path::rmtree ${$_[0]} unless $^O =~ /win32|cygwin/i;
}
}