Skip to content
Snippets Groups Projects
Commit a232c64b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests-extra: fixed typo

parent 3d0d61c7
2 merge requests!330Knsupdate pubkey processing fix,!328Dockerfiles for Knot DNS & tests
......@@ -20,7 +20,7 @@ RUN mkdir /tests; \
# Link the tested executables
mkdir /src; \
ln -sfn /usr/local/sbin/knotd /src/knotd; \
ln -sfn /usr/local/bin/knotc /src/knotc
ln -sfn /usr/local/sbin/knotc /src/knotc
# Select entrypoint
WORKDIR /tests
......
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