bless UI test referencing outdated paths

This commit is contained in:
joboet 2025-12-29 10:07:16 +01:00
parent d8489c1ea0
commit fc9f0fbf56
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C

View file

@ -15,12 +15,12 @@ LL | let fd = cvt_r(|| unsafe { open64(path.as_ptr(), flags, opts.mode a
at RUSTLIB/std/src/sys/fs/PLATFORM.rs:LL:CC
3: std::sys::fs::PLATFORM::File::open::{closure#0}
at RUSTLIB/std/src/sys/fs/PLATFORM.rs:LL:CC
4: std::sys::pal::PLATFORM::small_c_string::run_with_cstr_stack
at RUSTLIB/std/src/sys/pal/PLATFORM/small_c_string.rs:LL:CC
5: std::sys::pal::PLATFORM::small_c_string::run_with_cstr
at RUSTLIB/std/src/sys/pal/PLATFORM/small_c_string.rs:LL:CC
6: std::sys::pal::PLATFORM::small_c_string::run_path_with_cstr
at RUSTLIB/std/src/sys/pal/PLATFORM/small_c_string.rs:LL:CC
4: std::sys::helpers::small_c_string::run_with_cstr_stack
at RUSTLIB/std/src/sys/helpers/small_c_string.rs:LL:CC
5: std::sys::helpers::small_c_string::run_with_cstr
at RUSTLIB/std/src/sys/helpers/small_c_string.rs:LL:CC
6: std::sys::helpers::small_c_string::run_path_with_cstr
at RUSTLIB/std/src/sys/helpers/small_c_string.rs:LL:CC
7: std::sys::fs::PLATFORM::File::open
at RUSTLIB/std/src/sys/fs/PLATFORM.rs:LL:CC
8: std::fs::OpenOptions::_open