mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-26 16:28:50 +01:00
fixed system_wide_config.rs tests
This commit is contained in:
parent
321b3ec81b
commit
0027055a83
@ -12,7 +12,7 @@ fn use_systemwide_config() {
|
||||
.arg("test.txt")
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(predicate::eq("dummy-pager-from-system-config\n").normalize());
|
||||
.stdout(predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-system-config\n").normalize());
|
||||
}
|
||||
|
||||
// This test is ignored, as it needs a special system wide config put into place
|
||||
@ -25,5 +25,5 @@ fn config_overrides_system_config() {
|
||||
.arg("test.txt")
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(predicate::eq("dummy-pager-from-config\n").normalize());
|
||||
.stdout(predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-config\n").normalize());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user