[libdist-zilla-plugin-test-eol-perl] 12/18: remove test that only passes inconsistently, and cannot be run outside of dzil test/release

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:20:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.13
in repository libdist-zilla-plugin-test-eol-perl.

commit 1a2c898a8d1bea23c3e690fe7ab7d112a62cff44
Author: Karen Etheridge <ether at cpan.org>
Date:   Tue Oct 21 22:37:11 2014 -0700

    remove test that only passes inconsistently, and cannot be run outside of dzil test/release
---
 t/file.t | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/t/file.t b/t/file.t
deleted file mode 100644
index 4d612ea..0000000
--- a/t/file.t
+++ /dev/null
@@ -1,35 +0,0 @@
-use strict;
-use warnings;
-use Test::More;
-use Test::DZil;
-use Test::Script 1.05;
-
-my $tzil
-	= Builder->from_config(
-		{
-			dist_root    => 'corpus/a',
-		},
-		{
-			add_files => {
-				'source/dist.ini' => simple_ini(['Test::EOL'])
-			}
-		},
-	);
-
-$tzil->build;
-
-my $fn
-	= $tzil
-	->tempdir
-	->subdir('build')
-	->subdir('xt')
-	->subdir('author')
-	->file('test-eol.t')
-	;
-
-ok ( -e $fn, 'test file exists');
-
-script_compiles( '' . $fn->relative, 'check test compiles' );
-script_runs    ( '' . $fn->relative, 'check test runs'     );
-
-done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



More information about the Pkg-perl-cvs-commits mailing list