Skip to content

Commit

Permalink
test: add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Mar 5, 2024
1 parent 184b95e commit d051112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ mod tests {

fn setup(dotfiles: &str) {
env::set_var("HOME", env::current_dir().unwrap());
println!("Fake home: {}", env::var("HOME").unwrap());
init_builtin_logger();
run_cmd!(
mkdir .config;
Expand Down

0 comments on commit d051112

Please sign in to comment.