mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-15 12:34:34 -04:00
tests: test_max_data_size, save space on TMPDIR
This commit is contained in:
parent
43610a1048
commit
a4cb2d7ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class RepositoryTestCase(RepositoryTestCaseBase):
|
|||
self.assert_equal(self.repository.get(H(0)), max_data)
|
||||
self.assert_raises(IntegrityError,
|
||||
lambda: self.repository.put(H(1), max_data + b'x'))
|
||||
|
||||
self.repository.delete(H(0))
|
||||
|
||||
class LocalRepositoryTestCase(RepositoryTestCaseBase):
|
||||
# test case that doesn't work with remote repositories
|
||||
|
|
|
|||
Loading…
Reference in a new issue