Skip to content

Commit

Permalink
Verify first GB of partclone image test file
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddyschmitt committed May 14, 2024
1 parent ec58494 commit 6f48f7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clonezilla-util_tests/Mount/AsImageFiles/ImageFileTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ public void Gz()
[TestMethod]
public void Partclone()
{
//partclone image. This is 2TB - takes ages to calculate the hash
//Maybe only hash first 10 GB
//partclone image
TestUtility.ConfirmFilesExist(
Main.ExeUnderTest,
"""mount-as-image-files --input "E:\clonezilla-util-test resources\partclone images\2021-12-29 - partclone file\sdb1.ntfs-ptcl-img" -m L:\ """,
new[] {
new FileDetails(@"L:\sdb1.ntfs-ptcl-img.img", "abc"),
new FileDetails(@"L:\sdb1.ntfs-ptcl-img.img", "82b4fbf40812fe3354c855ee10fdc839", 1024 * 1024 * 1024),
});
}

Expand Down

0 comments on commit 6f48f7a

Please sign in to comment.