Skip to content

Commit

Permalink
Merge pull request msysgit#5 from t-b/dont_execute_test_which_errors_out
Browse files Browse the repository at this point in the history
t0027: Disable test on MINGW
  • Loading branch information
t-b committed Nov 27, 2014
2 parents 7a24577 + a4bfa16 commit 1956999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0021-conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ test_expect_success 'filtering large input to small output should use little mem
GIT_MMAP_LIMIT=1m GIT_ALLOC_LIMIT=1m git add 30MB
'

test_expect_success EXPENSIVE 'filter large file' '
test_expect_success EXPENSIVE,!MINGW 'filter large file' '
git config filter.largefile.smudge cat &&
git config filter.largefile.clean cat &&
for i in $(test_seq 1 2048); do printf "%1048576d" 1; done >2GB &&
Expand Down

0 comments on commit 1956999

Please sign in to comment.