summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-05-11 12:53:15 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2017-05-11 12:53:15 -0500
commit326ddd10d7be8b4b6d102abb1bb9b09ddf672e64 (patch)
tree1a7f0468dbc7851bbb1c85cf9a6f21ca27e45faa /tests/test_quickstart.py
parent392e6ecd6fec82181d287c94b9d852efaa61f481 (diff)
downloadsphinx-git-326ddd10d7be8b4b6d102abb1bb9b09ddf672e64.tar.gz
Fix failing unit tests
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r--tests/test_quickstart.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index 6195e6216..1c6e53b5a 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -298,8 +298,7 @@ def test_default_filename(tempdir):
def test_extensions(tempdir):
- qs.main(['sphinx-quickstart', '-q',
- '-p', 'project_name', '-a', 'author',
+ qs.main(['-q', '-p', 'project_name', '-a', 'author',
'--extensions', 'foo,bar,baz', tempdir])
conffile = tempdir / 'conf.py'