diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 730974c9..a1f3538c 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -746,6 +746,6 @@ fn show_all_mode() { .arg("--show-all") .arg("nonprintable.txt") .assert() - .stdout("hello•world␊\n├──┤␍␀␇␈␛") + .stdout("hello·world␊\n├──┤␍␀␇␈␛") .stderr(""); }