Commit 3cc109e3 authored by Lasse Karstensen's avatar Lasse Karstensen

Fix test case.

parent 39e2405b
......@@ -843,7 +843,7 @@ class SimpleTestCase(unittest.TestCase):
tmpfile = mktemp()
bdir = dirname(realpath(__file__))
for inputfile in glob(join(bdir, "../libvmod_*/vmod.vcc")):
runmain(inputfile, outputprefix=tmpfile)
runmain(inputfile, ".", outputprefix=tmpfile)
unlink(tmpfile + ".c")
unlink(tmpfile + ".h")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment