Update tests/integration_tests.rs

Co-authored-by: David Peter <sharkdp@users.noreply.github.com>
This commit is contained in:
Aaron Kollasch 2022-11-02 16:20:16 -04:00
parent bad2292950
commit 1a07baf5f2
No known key found for this signature in database
GPG Key ID: F813CAE853E39883
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ fn config_read_arguments_from_file() {
.stdout(predicate::eq("dummy-pager-from-config\n").normalize());
}
// ignore this test for now as cargo cache --clear only targets the default projects dir
// ignore this test for now as bat cache --clear only targets the default projects dir
#[cfg(unix)]
#[test]
#[ignore]