From f3824bad17f21276c1d3e758a72a496cee506063 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 31 Aug 2019 13:01:36 +0200 Subject: [PATCH] Add explicit terminal width for test --- tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index ac4e3d81..6a1e0839 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -472,6 +472,7 @@ fn snip() { .arg("--decorations=always") .arg("--line-range=1:2") .arg("--line-range=4:") + .arg("--terminal-width=80") .assert() .success() .stdout(