summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2015-11-02 14:16:46 +0100
committerMarian Csontos <mcsontos@redhat.com>2015-11-02 14:16:46 +0100
commitcf06d942b8aad5643fe0a20be49279d06f3bee62 (patch)
tree80e1e5be7c3b4f3f5abecdbaa47cefc0e86016c5
parent83d3cc76f3d4bc7b2be3b61cc1fd20f2cd5bbf85 (diff)
downloadlvm2-dev-mcsontos-spec-python.tar.gz
test: api subdirectory is needed in PATH by pytestdev-mcsontos-spec-python
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index f258cde5c..81b8cc76a 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -270,7 +270,7 @@ lib/paths-installed: lib/paths-common
$(RM) $@-t
cat lib/paths-common > $@-t
echo 'installed_testsuite=1' >> $@-t
- echo 'export PATH=@libexecdir@/lvm2-testsuite:@datadir@/lvm2-testsuite/lib:$$PATH' >> $@-t
+ echo 'export PATH=@libexecdir@/lvm2-testsuite:@datadir@/lvm2-testsuite/lib:@datadir@/lvm2-testsuite/api:$$PATH' >> $@-t
mv $@-t $@
lib/paths: lib/paths-common