mirror of
https://github.com/git/git.git
synced 2026-02-07 00:05:02 +00:00
Merge pull request #5 from t-b/dont_execute_test_which_errors_out
t0027: Disable test on MINGW
This commit is contained in:
@@ -190,7 +190,7 @@ test_expect_success 'required filter clean failure' '
|
||||
test_must_fail git add test.fc
|
||||
'
|
||||
|
||||
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 &&
|
||||
|
||||
Reference in New Issue
Block a user