From 6faf61552eeca7f6d27c73ed65c92c931bb5f25c Mon Sep 17 00:00:00 2001 From: Dash Peters Date: Mon, 6 Jul 2020 13:44:19 -0700 Subject: [PATCH] Fix integration test --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""); }