mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-28 20:51:44 +00:00
Changed size of last delete test so it will fit on the DOS 3.3 test disk image
This commit is contained in:
parent
4485cd7e63
commit
3007e384a6
@ -104,7 +104,7 @@ class BaseFilesystemModifyTest(object):
|
||||
]
|
||||
entries2 = [
|
||||
np.arange(10*1024, dtype=np.uint8),
|
||||
np.arange(11*1024, dtype=np.uint8),
|
||||
np.arange(5*1024, dtype=np.uint8),
|
||||
]
|
||||
|
||||
filenames = self.check_entries(entries1, "FIRST")
|
||||
|
Loading…
Reference in New Issue
Block a user