mirror of
https://github.com/git/git.git
synced 2026-01-24 09:30:22 +00:00
t0027: Disable test on MINGW
We can't mmap 2GB of RAM on our 32bit platform, so just disable the test. Signed-off-by: Thomas Braun <thomas.braun@byte-physics.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
0cf6f62d61
commit
32bcad4e36
@@ -276,7 +276,7 @@ test_expect_success 'filter that does not read is fine' '
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_expect_success EXPENSIVE 'filter large file' '
|
||||
test_expect_success EXPENSIVE,!MINGW 'filter large file' '
|
||||
test_config filter.largefile.smudge cat &&
|
||||
test_config filter.largefile.clean cat &&
|
||||
for i in $(test_seq 1 2048); do printf "%1048576d" 1; done >2GB &&
|
||||
|
||||
Reference in New Issue
Block a user