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
No related branches found
No related tags found
2 merge requests!330Knsupdate pubkey processing fix,!328Dockerfiles for Knot DNS & tests
...@@ -20,7 +20,7 @@ RUN mkdir /tests; \ ...@@ -20,7 +20,7 @@ RUN mkdir /tests; \
# Link the tested executables # Link the tested executables
mkdir /src; \ mkdir /src; \
ln -sfn /usr/local/sbin/knotd /src/knotd; \ 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 # Select entrypoint
WORKDIR /tests WORKDIR /tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment