Skip to content

Commit

Permalink
Merge pull request #639 from hermit-os/dependabot/cargo/tests/test-ke…
Browse files Browse the repository at this point in the history
…rnels/hermit-0.8.1

build(deps): Bump hermit from 0.8.0 to 0.8.1 in /tests/test-kernels
  • Loading branch information
mkroening authored Feb 19, 2024
2 parents 2396a04 + d671418 commit c7462d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/test-kernels/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test-kernels/src/bin/create_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ use std::{fs::File, io::prelude::*};
use hermit as _;

fn main() {
let mut file = File::create("foo.txt").unwrap();
let mut file = File::create("/host/foo.txt").unwrap();
file.write_all(b"Hello, world!").unwrap();
}

0 comments on commit c7462d4

Please sign in to comment.