Merge branch 'jc/clear-pathspec'
[gitweb.git] / t / t9300-fast-import.sh
index 4bca35c2594bbff4a659e1d6d1dcc5e746956a84..74d740de41bbd489dd0ce9fb811f9ea1c08b248c 100755 (executable)
@@ -52,6 +52,7 @@ echo "$@"'
 ###
 
 test_expect_success 'empty stream succeeds' '
+       git config fastimport.unpackLimit 0 &&
        git fast-import </dev/null
 '
 
@@ -2690,6 +2691,7 @@ test_expect_success 'R: blob bigger than threshold' '
        echo >>input &&
 
        test_create_repo R &&
+       git --git-dir=R/.git config fastimport.unpackLimit 0 &&
        git --git-dir=R/.git fast-import --big-file-threshold=1 <input
 '