mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-09 20:28:51 +02:00
integration_tests: Add diagnostic_sanity_check()
This commit is contained in:
parent
05c11964fc
commit
bd797c75a4
@ -700,6 +700,16 @@ fn pager_failed_to_parse() {
|
|||||||
.stderr(predicate::str::contains("Could not parse pager command"));
|
.stderr(predicate::str::contains("Could not parse pager command"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn diagnostic_sanity_check() {
|
||||||
|
bat()
|
||||||
|
.arg("--diagnostic")
|
||||||
|
.assert()
|
||||||
|
.success()
|
||||||
|
.stdout(predicate::str::contains("BAT_PAGER="))
|
||||||
|
.stderr("");
|
||||||
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn config_location_test() {
|
fn config_location_test() {
|
||||||
bat_with_config()
|
bat_with_config()
|
||||||
|
Loading…
Reference in New Issue
Block a user