tests: Fix an error message in VHDX expansion test
The VHDX image is generated directly, not converted from a RAW image. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
2ae5b2567b
commit
f6568042ce
1 changed files with 1 additions and 1 deletions
|
|
@ -3402,7 +3402,7 @@ mod common_parallel {
|
|||
.arg(vhdx_path)
|
||||
.arg(VIRTUAL_DISK_SIZE.to_string())
|
||||
.output()
|
||||
.expect("Expect generating dynamic VHDx image from RAW image");
|
||||
.expect("Expect generating dynamic VHDX image");
|
||||
|
||||
// Check if the size matches with empty VHDx file size
|
||||
assert_eq!(vhdx_image_size(vhdx_path), EMPTY_VHDX_FILE_SIZE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue