summaryrefslogtreecommitdiffstats
path: root/tests/examples
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-11-04 10:56:31 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-04 11:19:49 +0100
commit278d84140864c65f91ec7a3d19741bcc94987b45 (patch)
treec41791e7968f05f6b29c6416362f4476bec0f46b /tests/examples
parent5f576f1ecf0f431370a77abe04a7946c192529da (diff)
Move '--paging' arg to config file.
Diffstat (limited to 'tests/examples')
-rw-r--r--tests/examples/bat.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/examples/bat.conf b/tests/examples/bat.conf
index 96a04342..614ab40d 100644
--- a/tests/examples/bat.conf
+++ b/tests/examples/bat.conf
@@ -1 +1,5 @@
---paging=always \ No newline at end of file
+# Make sure that the pager gets executed
+--paging=always
+
+# Output a dummy message for the integration test.
+--pager="echo dummy-pager-from-config"