[strip-nondeterminism] 03/05: t/fixtures.t: Align size check with atime, etc.

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

    t/fixtures.t: Align size check with atime, etc.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 t/fixtures.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/fixtures.t b/t/fixtures.t
index b9141b8..65ab599 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -55,7 +55,7 @@ foreach my $filename (@fixtures) {
 		# Check that file attributes remain unchanged.
 		foreach (my $i = 0; $i < @stat_after; $i++) {
 			next if (
-				$i == 7 # size
+				   $i == 7 # size
 				|| $i == 8 # atime
 				|| $i == 9 # mtime
 				|| $i == 10 # ctime

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