Skip to content

Commit 49381e8

Browse files
timrobertsdevRenTrieu
authored andcommitted
squash
1 parent 7a9f7c6 commit 49381e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-test-runner/src/proto/shell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn test(bt: &BootServices) {
1818

1919
// get file tree
2020
let mut str_buf = [0u16; 12];
21-
let str_str = CStr16::from_str_with_buf(r"Z:\*", &mut str_buf).unwrap();
21+
let str_str = CStr16::from_str_with_buf(r"fs0:\*", &mut str_buf).unwrap();
2222
let res = shell.find_files(str_str);
2323
let list = res.unwrap();
2424
let list = list.unwrap();

0 commit comments

Comments
 (0)