Skip to content

Commit 4ff1ceb

Browse files
committed
test: add debug print
1 parent 27e1537 commit 4ff1ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dots.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ mod tests {
306306

307307
fn setup(dotfiles: &str) {
308308
env::set_var("HOME", env::current_dir().unwrap());
309+
println!("Fake home: {}", env::var("HOME").unwrap());
309310
init_builtin_logger();
310311
run_cmd!(
311312
mkdir .config;

0 commit comments

Comments
 (0)