[strip-nondeterminism] 04/05: t/fixtures.t: Re-add top-level "plan" call dropped in previous commit.

Chris Lamb chris at chris-lamb.co.uk
Mon Sep 5 08:06:30 UTC 2016


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

lamby pushed a commit to branch master
in repository strip-nondeterminism.

commit 8f0b1a9c19aa535ff62844fd0c66959f00883cf4
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Sep 5 08:54:08 2016 +0100

    t/fixtures.t: Re-add top-level "plan" call dropped in previous commit.
---
 t/fixtures.t | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/t/fixtures.t b/t/fixtures.t
index 65ab599..76f0234 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -33,6 +33,8 @@ my @fixtures = glob('t/fixtures/*/*.in');
 
 $File::StripNondeterminism::canonical_time = 1423159771;
 
+plan tests => scalar @fixtures;
+
 foreach my $filename (@fixtures) {
 	# Use a temporary directory per fixture so we can check whether any
 	# extraneous files are leftover.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-commits mailing list