tests: magicuri: Fix specifying caps path

This commit is contained in:
Cole Robinson 2018-09-02 10:06:44 -04:00
parent d5638eb140
commit 67e139dc5f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def parse_options():
options = parser.parse_args()
testdir = os.path.dirname(__file__)
testdir = os.path.abspath(os.path.dirname(__file__))
capsdir = os.path.join(testdir, "capabilities-xml/")
hv = options.hv