Skip to content

Commit

Permalink
pager_set_terminal_title uses mocked_pager
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Looney committed Feb 11, 2024
1 parent 02077db commit 2798de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ fn pager_failed_to_parse() {
#[test]
fn pager_set_terminal_title() {
bat()
.env("PAGER", mocked_pagers::from("echo pager-output"))
.env("PAGER", mocked_pagers::from("echo bat"))
.arg("--paging=always")
.arg("--set-terminal-title")
.arg("test.txt")
Expand Down

0 comments on commit 2798de4

Please sign in to comment.