From: Jesse Luehrs Date: Thu, 10 Feb 2011 19:27:19 +0000 (-0600) Subject: never smoke author tests X-Git-Tag: 1.9903~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82f6b26848c85cbddc9af23f40d0c97b960fc28f;p=gitmo%2FMoose.git never smoke author tests --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 55acb24..0a6d92e 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -26,6 +26,7 @@ diag( 'Test run performed at: ' . Moose->VERSION ); $ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.'); +delete $ENV{AUTHOR_TESTING}; my $exclude = qr/^Acme-/x;