Skip to content

Commit

Permalink
test: fix path inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nc7s committed Nov 18, 2023
1 parent c1cb879 commit f8613a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ mod cli {

let test_dir =
tempfile::Builder::new().prefix("sd-test-").tempdir()?;
let test_home = test_dir.path();
let test_home = test_dir.path().canonicalize()?;

let writable_dir = test_home.join("writable");
fs::create_dir(&writable_dir)?;
Expand Down

0 comments on commit f8613a9

Please sign in to comment.