mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-28 09:18:53 +01:00
ran cargo fmt
This commit is contained in:
parent
0027055a83
commit
5b4ce684a1
@ -8,11 +8,9 @@ use utils::command::bat_with_config;
|
|||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
fn use_systemwide_config() {
|
fn use_systemwide_config() {
|
||||||
bat_with_config()
|
bat_with_config().arg("test.txt").assert().success().stdout(
|
||||||
.arg("test.txt")
|
predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-system-config\n").normalize(),
|
||||||
.assert()
|
);
|
||||||
.success()
|
|
||||||
.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
|
// This test is ignored, as it needs a special system wide config put into place
|
||||||
|
Loading…
Reference in New Issue
Block a user