Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> --- t/t1051-large-conversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1051-large-conversion.sh b/t/t1051-large-conversion.sh index c488850bee..dd5f270b20 100755 --- a/t/t1051-large-conversion.sh +++ b/t/t1051-large-conversion.sh @@ -85,7 +85,7 @@ test_expect_success 'ident converts on output' ' # This smudge filter prepends 5GB of zeros to the file it checks out. This # ensures that smudging doesn't mangle large files on 64-bit Windows. -test_expect_success EXPENSIVE,!LONG_IS_64BIT 'files over 4GB convert on output' ' +test_expect_success EXPENSIVE,IS_64BIT,!LONG_IS_64BIT 'files over 4GB convert on output' ' test_commit test small "a small file" && test_config filter.makelarge.smudge "dd if=/dev/zero bs=$((1024*1024)) count=$((5*1024)) && cat" && echo "small filter=makelarge" >.gitattributes && -- 2.33.0.1155.gbdb71ac078