File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -239,13 +239,15 @@ test_expect_success 'incremental-repack task' '
239
239
'
240
240
241
241
test_expect_success EXPENSIVE ' incremental-repack 2g limit' '
242
+ test_config core.compression 0 &&
243
+
242
244
for i in $(test_seq 1 5)
243
245
do
244
246
test-tool genrandom foo$i $((512 * 1024 * 1024 + 1)) >>big ||
245
247
return 1
246
248
done &&
247
249
git add big &&
248
- git commit -m "Add big file (1)" &&
250
+ git commit -qm "Add big file (1)" &&
249
251
250
252
# ensure any possible loose objects are in a pack-file
251
253
git maintenance run --task=loose-objects &&
@@ -257,7 +259,7 @@ test_expect_success EXPENSIVE 'incremental-repack 2g limit' '
257
259
return 1
258
260
done &&
259
261
git add big &&
260
- git commit -m "Add big file (2)" &&
262
+ git commit -qm "Add big file (2)" &&
261
263
262
264
# ensure any possible loose objects are in a pack-file
263
265
git maintenance run --task=loose-objects &&
You can’t perform that action at this time.
0 commit comments