knot-resolver: add a check for the last problem

This commit is contained in:
Vladimír Čunát 2019-07-05 11:00:51 +02:00
parent 1bb62167d3
commit 6fdd315178
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -101,6 +101,10 @@ wrapped-full =
ln -sr '${unwrapped}/share/man' "$out"/share/
ln -sr "$out"/{bin,sbin}
echo "Checking that 'http' module loads, i.e. lua search paths work:"
echo "modules.load('http')" > test-http.lua
echo -e 'quit()' | env -i "$out"/bin/kresd -a 127.0.0.1#53535 -c test-http.lua
'';
in result