Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 26, 2024
1 parent a5cfbf9 commit 5de6001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ async fn touch() {
.await;

TestBuilder::new()
.command("touch /non_existent_dir/non_existent.txt")
.command("touch ~/non_existent_dir/non_existent.txt")
.assert_stderr_contains("No such file or directory")
.assert_exit_code(1)
.run()
Expand Down

0 comments on commit 5de6001

Please sign in to comment.