[Unit test] Remove pregap also when checking for filesystems in track 0.

This commit is contained in:
2022-12-15 01:47:56 +00:00
parent 157a04b9ca
commit c8e468b194

View File

@@ -169,7 +169,7 @@ public abstract class OpticalMediaImageTest : BaseMediaImageTest
ulong trackStart = track.Start + track.Pregap;
if(track.Number == 1 &&
if(track.Number <= 1 &&
track.Pregap >= 150)
trackStart -= 150;