summaryrefslogtreecommitdiffhomepage
path: root/tests/doctests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-23 19:26:19 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-23 19:26:19 +0200
commit40acd04fd21a8f204f14d108347440ace7f0fbdf (patch)
treed8077205d595e47f11d1effec64ff8e0af091210 /tests/doctests
parentf8714dc2838ac1f5c742be5b65ab92f132ad08aa (diff)
tests: Move pristine-tar test data to tests/data as well
Diffstat (limited to 'tests/doctests')
-rw-r--r--tests/doctests/test_PristineTar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/doctests/test_PristineTar.py b/tests/doctests/test_PristineTar.py
index dffb4491..968606bd 100644
--- a/tests/doctests/test_PristineTar.py
+++ b/tests/doctests/test_PristineTar.py
@@ -17,7 +17,7 @@ This testcase creates this reposity:
import os
from .. import context
-test_data = os.path.join(context.projectdir, "tests/test_PristineTar_data")
+test_data = os.path.join(context.projectdir, "tests/data/pristine_tar")
dirs = {}