On Mon May 26 14:44:56 2014, ETHER wrote:
Show quoted text> This test should not be running for normal user installs. Either move
> it to xt/, or guard it with:
>
> plan skip_all => 'this test is for authors only' unless
> $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
As you suggested, I've put a test in to skip all tests if those two environment variables are not set to something.