mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
tests: test_transfer_rechunk, save space on TMPDIR
This commit is contained in:
parent
f7419ff06e
commit
01417e3085
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ def test_transfer_rechunk(archivers, request, monkeypatch):
|
|||
"""Test transfer with re-chunking"""
|
||||
archiver = request.getfixturevalue(archivers)
|
||||
|
||||
BLKSIZE = 4096
|
||||
BLKSIZE = 512
|
||||
source_chunker_params = "buzhash,19,23,21,4095" # default buzhash chunks
|
||||
dest_chunker_params = f"fixed,{BLKSIZE}" # fixed chunk size
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue