aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-16 15:05:46 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-21 14:29:11 +0100
commita3f9a1e909c50c22fcadf3ed4f67b6b082e5b8e1 (patch)
tree9d3c942e7799b43b17f3434f37311fe396410045 /tests
parentdc7c08ea087425b97fb4d1bca9f6411b09768343 (diff)
*-vty-reference.xml: use ./common, not ../common
Change hardcoded ../common paths, which will break when moving the project specific manuals in other repositories, to ./common so they use the dynamically created symlink that always points to the right path. (moving manuals to project repositories 9/19) Change-Id: I5368bcff34586c515af23e5a868417e561fd539d
Diffstat (limited to 'tests')
-rw-r--r--tests/test-vty-reference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-vty-reference.xml b/tests/test-vty-reference.xml
index 8bec1e6..94ccab1 100644
--- a/tests/test-vty-reference.xml
+++ b/tests/test-vty-reference.xml
@@ -5,7 +5,7 @@
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
-<!ENTITY chapter-vty SYSTEM "../common/chapters/vty.xml" >
+<!ENTITY chapter-vty SYSTEM "./common/chapters/vty.xml" >
<!ENTITY sections-vty SYSTEM "generated/docbook_vty.xml" >
]>