-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
with 0.0.30:
thread 'main' panicked at src/uu/chroot/src/chroot.rs:453:45:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I don't have step to reproduce yet.
Maybe it is:
coreutils/src/uu/chroot/src/chroot.rs
Line 442 in f49e120
| .unwrap() |
we have also this unwrap()
coreutils/src/uu/chroot/src/chroot.rs
Line 451 in f49e120
| std::env::set_current_dir("/").unwrap(); |
that we should remove.