Skip to content

Commit

Permalink
Eliminate note about fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed Jan 28, 2024
1 parent d99a43e commit 0117720
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions file_systems/unixv1/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestReadExistingFormat16FileMaxSize(t *testing.T) {
int(binary.LittleEndian.Uint16(bootSector[1000:1002])),
"uncompressed image is invalid; inode bitmap size is wrong")

// BUG: Entire first sector is getting skipped somehow
err := driver.Mount(disko.MountFlagsAllowAll)
require.NoError(t, err, "mounting failed")

Expand Down Expand Up @@ -67,7 +66,6 @@ func TestReadExistingFormat16FileMaxSize(t *testing.T) {
func newDriverFromCompressedBytes(
t *testing.T, compressedImageBytes []byte, totalSectors uint,
) UnixV1Driver {
t.Helper()
imageStream := dt.LoadDiskImage(t, compressedImageBytes, 512, totalSectors)

driver := NewDriverFromStreamWithNumBlocks(imageStream, totalSectors)
Expand Down

0 comments on commit 0117720

Please sign in to comment.