Skip to content

Commit

Permalink
fix expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Nov 17, 2024
1 parent 710d4b1 commit 0ba19d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tmux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn fixed() {

p.send_line("export SHELL=bash").unwrap();
p.send_line(format!(
"export PATH='{}/target/debug/:$PATH'",
"export PATH=\"{}/target/debug/:$PATH\"",
env::current_dir().unwrap().display()
))
.unwrap();
Expand Down

0 comments on commit 0ba19d1

Please sign in to comment.