diff options
Diffstat (limited to 'common/punch')
-rw-r--r-- | common/punch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/punch b/common/punch index 4d16b898..47a29c92 100644 --- a/common/punch +++ b/common/punch @@ -250,6 +250,7 @@ _test_generic_punch() _8k="$((multiple * 8))k" _12k="$((multiple * 12))k" _20k="$((multiple * 20))k" + _require_congruent_file_oplen "$(dirname "$testfile")" $((multiple * 4096)) # initial test state must be defined, otherwise the first test can fail # due ot stale file state left from previous tests. |