We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bab64e commit 02aae16Copy full SHA for 02aae16
1 file changed
src/runtime/mod.rs
@@ -295,7 +295,7 @@ mod tests {
295
.expect("failed to canonicalize rootfs");
296
297
assert_eq!(
298
- &rootfs_absolute_path,
+ &rootfs_absolute_path.canonicalize().unwrap(),
299
spec.root.expect("no root in spec").path()
300
);
301
}
@@ -310,7 +310,7 @@ mod tests {
310
311
312
313
314
315
316
0 commit comments