@@ -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 &&
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com> --- t/t1051-large-conversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)