[strip-nondeterminism] 02/05: t/fixtures.t: Make it clearer that we are checking for attributes

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 dfd3244071e323fcaf2d9e1ee7b4beac439478d4
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Sep 5 08:52:24 2016 +0100

    t/fixtures.t: Make it clearer that we are checking for attributes
---
 t/fixtures.t | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/t/fixtures.t b/t/fixtures.t
index 74ed7c2..b9141b8 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -51,6 +51,8 @@ foreach my $filename (@fixtures) {
 		my @stat_before = lstat $in;
 		$normalizer->($in) if defined $normalizer;
 		my @stat_after = lstat $in;
+
+		# Check that file attributes remain unchanged.
 		foreach (my $i = 0; $i < @stat_after; $i++) {
 			next if (
 				$i == 7 # size

-- 
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