Skip to content

Commit 2356d79

Browse files
committed
Fix unit test on Windows
1 parent 0d4e633 commit 2356d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
pager = 'less -SRXF'
8484
if sys.platform.startswith('win'):
8585
expect_colors = False
86-
pager = 'more'
86+
pager = 'more '
8787
# Output from the show command with default settings
8888
SHOW_TXT = """colors: {}
8989
continuation_prompt: >

0 commit comments

Comments
 (0)