summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-08-31 22:52:35 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-08-31 23:57:27 +0200
commita6ff3b900d70d7344758261ee3fa71dec97f3d81 (patch)
tree93ec9b652f9f7e2901a712a15395252389f850c6 /tests
parent8a52bcf92d6b2f03d1ca25ed4281cc5111b40b30 (diff)
Fix terminal width to 80 characters in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/tester.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tester.rs b/tests/tester.rs
index 16e56931..9885ff46 100644
--- a/tests/tester.rs
+++ b/tests/tester.rs
@@ -44,6 +44,7 @@ impl BatTester {
.args(&[
"sample.rs",
"--decorations=always",
+ "--terminal-width=80",
&format!("--style={}", style),
]).output()
.expect("bat failed");