Commit 55575021 authored by Geoff Simmons's avatar Geoff Simmons

Remove unnecessary argument to varnishtest.

parent 4300abb4
Pipeline #153 skipped
......@@ -29,7 +29,7 @@ VMOD_TESTS = $(top_srcdir)/src/tests/*.vtc
$(top_srcdir)/src/tests/*.vtc: libvmod_blob.la
PATH=@LIBVARNISHAPI_SBINDIR@:$$PATH \
@VARNISHTEST@ -Dvarnishd=@VARNISHD@ -Dvmod_topbuild=$(abs_top_builddir) $@
@VARNISHTEST@ -Dvmod_topbuild=$(abs_top_builddir) $@
check: $(VMOD_TESTS)
......
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