projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
63a8550
)
Be more thorough about clearing TESTING env vars
Dave Rolsky [Tue, 12 Apr 2011 15:24:03 +0000 (10:24 -0500)]
xt/author/test-my-dependents.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/test-my-dependents.t
b/xt/author/test-my-dependents.t
index
3ffcecc
..
f044b31
100644
(file)
--- a/
xt/author/test-my-dependents.t
+++ b/
xt/author/test-my-dependents.t
@@
-26,7
+26,7
@@
diag( 'Test run performed at: '
. Moose->VERSION );
$ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.');
-delete $ENV{AUTHOR_TESTING};
+delete @ENV{ qw( AUTHOR_TESTING RELEASE_TESTING SMOKE_TESTING ) };
my $exclude = qr/^Acme-/x;