Skip to content

Commit acc24d3

Browse files
committed
fixup! t0027: Disable test on MINGW
This patch is no longer necessary, as we test Git for Windows on 64-bit systems now. If at all, the test case in question has to be disabled for 32-bit systems, i.e. independent of whether the Operating System is Windows or not. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0b42e3c commit acc24d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0021-conversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ test_expect_success 'filter that does not read is fine' '
276276
test_cmp expect actual
277277
'
278278

279-
test_expect_success EXPENSIVE,!MINGW 'filter large file' '
279+
test_expect_success EXPENSIVE 'filter large file' '
280280
test_config filter.largefile.smudge cat &&
281281
test_config filter.largefile.clean cat &&
282282
for i in $(test_seq 1 2048); do printf "%1048576d" 1; done >2GB &&

0 commit comments

Comments
 (0)