Changed size of last delete test so it will fit on the DOS 3.3 test disk image

This commit is contained in:
Rob McMullen 2017-02-24 08:24:34 -08:00
parent 4485cd7e63
commit 3007e384a6
1 changed files with 1 additions and 1 deletions

View File

@ -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")