Skip to content

Commit bcdff62

Browse files
hanwengitster
authored andcommitted
t1410: mark bufsize boundary test as REFFILES
This test fiddles with files under .git/logs to recreate a condition that is unlikely to warrant special attention under reftable, as reflog blocks are zlib compressed. Signed-off-by: Han-Wen Nienhuys <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8c2d8d0 commit bcdff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1410-reflog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ test_expect_success 'stale dirs do not cause d/f conflicts (reflogs off)' '
341341
# Each line is 114 characters, so we need 75 to still have a few before the
342342
# last 8K. The 89-character padding on the final entry lines up our
343343
# newline exactly.
344-
test_expect_success SHA1 'parsing reverse reflogs at BUFSIZ boundaries' '
344+
test_expect_success REFFILES,SHA1 'parsing reverse reflogs at BUFSIZ boundaries' '
345345
git checkout -b reflogskip &&
346346
zf=$(test_oid zero_2) &&
347347
ident="abc <xyz> 0000000001 +0000" &&

0 commit comments

Comments
 (0)