Fix integration test

pull/1114/head
Dash Peters 4 years ago committed by David Peter
parent fcf5ec2f77
commit 6faf61552e

@ -746,6 +746,6 @@ fn show_all_mode() {
.arg("--show-all") .arg("--show-all")
.arg("nonprintable.txt") .arg("nonprintable.txt")
.assert() .assert()
.stdout("helloworld␊\n├──┤␍␀␇␈␛") .stdout("hello·world␊\n├──┤␍␀␇␈␛")
.stderr(""); .stderr("");
} }

Loading…
Cancel
Save