Remove unnecessary slash
This commit is contained in:
parent
a31877e990
commit
a4df5185d2
3 changed files with 5 additions and 5 deletions
|
@ -129,7 +129,7 @@ pub fn cpu_id() -> usize {
|
|||
}
|
||||
|
||||
pub extern fn userspace_init() {
|
||||
assert_eq!(syscall::chdir(b"initfs:bin/"), Ok(0));
|
||||
assert_eq!(syscall::chdir(b"initfs:bin"), Ok(0));
|
||||
|
||||
assert_eq!(syscall::open(b"debug:", 0), Ok(0));
|
||||
assert_eq!(syscall::open(b"debug:", 0), Ok(1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue