We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3660795 commit 35a35a3Copy full SHA for 35a35a3
uefi-test-runner/src/proto/shell.rs
@@ -18,7 +18,7 @@ pub fn test(bt: &BootServices) {
18
19
// get file tree
20
let mut str_buf = [0u16; 12];
21
- let str_str = CStr16::from_str_with_buf(r"Z:\*", &mut str_buf).unwrap();
+ let str_str = CStr16::from_str_with_buf(r"fs0:\*", &mut str_buf).unwrap();
22
let res = shell.find_files(str_str);
23
let list = res.unwrap();
24
let list = list.unwrap();
0 commit comments