summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-11 21:02:30 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-06-11 21:02:30 -0400
commit2356d7917ceeb30a9b9dfd2f031aa614855f3da3 (patch)
tree6889bc572820a50a49e2fa387ae1adf5f29628df /tests/conftest.py
parent0d4e633e8e0698cecc851af2f8967b6ead0e748b (diff)
downloadcmd2-git-2356d7917ceeb30a9b9dfd2f031aa614855f3da3.tar.gz
Fix unit test on Windows
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index a935c4f7..0027ac7d 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -83,7 +83,7 @@ expect_colors = True
pager = 'less -SRXF'
if sys.platform.startswith('win'):
expect_colors = False
- pager = 'more'
+ pager = 'more '
# Output from the show command with default settings
SHOW_TXT = """colors: {}
continuation_prompt: >