[tests] Move era_restore tests to Rust
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ pub fn mk_valid_md(td: &mut TestDir) -> Result<PathBuf> {
|
||||
write_xml(&xml, &mut gen)?;
|
||||
|
||||
let _file = file_utils::create_sized_file(&md, 4096 * 4096);
|
||||
run_ok(ERA_RESTORE, args!["-i", &xml, "-o", &md])?;
|
||||
run_ok(era_restore_cmd(args!["-i", &xml, "-o", &md]))?;
|
||||
|
||||
Ok(md)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user