diff options
Diffstat (limited to 'tests/test_linkcode.py')
-rw-r--r-- | tests/test_linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py index 83b720984..458477781 100644 --- a/tests/test_linkcode.py +++ b/tests/test_linkcode.py @@ -13,7 +13,7 @@ import os from util import with_app -@with_app(srcdir='(temp)', buildername='html', tags=['test_linkcode']) +@with_app(buildername='html', tags=['test_linkcode'], _copy_to_temp=True) def test_html(app): app.builder.build_all() |