[strip-nondeterminism] 01/04: Don't test for stat(2) blksize and blocks; they are filesystem-specific and we are already checking the pre- and post-processing contents anyway. (Closes: #854937)
Chris Lamb
chris at chris-lamb.co.uk
Mon Feb 13 04:42:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch debian
in repository strip-nondeterminism.
commit 61b744b42974f9dddeb21a8cc215640d928c69e3
Author: Chris Lamb <lamby at debian.org>
Date: Mon Feb 13 17:26:25 2017 +1300
Don't test for stat(2) blksize and blocks; they are filesystem-specific and we are already checking the pre- and post-processing contents anyway. (Closes: #854937)
---
t/fixtures.t | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/fixtures.t b/t/fixtures.t
index fda489b..ca5fd9f 100644
--- a/t/fixtures.t
+++ b/t/fixtures.t
@@ -42,8 +42,8 @@ my %STAT = (
# 8 => "atime (last access time in seconds since the epoch)",
# 9 => "mtime (last modified time in seconds since the epoch)",
# 10 => "ctime (inode change time in seconds since the epoch)",
- 11 => "blksize (preferred I/O size in bytes for interacting with the file)",
- 12 => "blocks (actual number of system-specific blocks allocated on disk)",
+ # 11 => "blksize (preferred I/O size in bytes for interacting with the file)",
+ # 12 => "blocks (actual number of system-specific blocks allocated on disk)",
);
File::StripNondeterminism::init();
--
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