Skip to content

Commit

Permalink
test: Make sure to always skip opening editor in git-based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Aug 11, 2023
1 parent 72a3f1d commit ce5fce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/vcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ fn git_create_commit(dir: &Path, file_path: &str, content: &[u8], commit_message
"--author",
"John Doe <[email protected]>",
"--quiet",
"--no-edit",
])
.current_dir(dir)
.spawn()
Expand Down

0 comments on commit ce5fce1

Please sign in to comment.