mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-26 16:28:50 +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]
|
||||
#[ignore]
|
||||
fn use_systemwide_config() {
|
||||
bat_with_config()
|
||||
.arg("test.txt")
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(predicate::eq("\u{1b}]2;bat: test.txt\x07dummy-pager-from-system-config\n").normalize());
|
||||
bat_with_config().arg("test.txt").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
|
||||
|
Loading…
Reference in New Issue
Block a user