diff --git a/tests/http/Makefile.am b/tests/http/Makefile.am index 3c24146e89..f4dc92f61b 100644 --- a/tests/http/Makefile.am +++ b/tests/http/Makefile.am @@ -81,4 +81,4 @@ clean-local: check: libtests libtests: - @(cd ../libtests; $(MAKE) check) + @(cd ../libtest && $(MAKE) check)