diff --git a/DiscImageChef.Tests/Partitions/PC98.cs b/DiscImageChef.Tests/Partitions/PC98.cs index c24b0a0c1..4314b31f4 100644 --- a/DiscImageChef.Tests/Partitions/PC98.cs +++ b/DiscImageChef.Tests/Partitions/PC98.cs @@ -71,7 +71,7 @@ namespace DiscImageChef.Tests.Partitions { for(int i = 0; i < testfiles.Length; i++) { - string location = Path.Combine(Consts.TestFilesRoot, "partitions", "bsd", testfiles[i]); + string location = Path.Combine(Consts.TestFilesRoot, "partitions", "pc98", testfiles[i]); Filter filter = new LZip(); filter.Open(location); ImagePlugin image = new VDI();