integration tests: fix typo in README.md

Signed-off-by: Alban Crequy <alban@kinvolk.io>
This commit is contained in:
Alban Crequy 2020-06-22 12:41:06 +02:00
parent 0fa097fc37
commit 327284eb35
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $ ./install.sh /usr/local
## Writing integration tests
[helper functions]
(https://github.com/opencontainers/runc/blob/master/test/integration/helpers.bash)
(https://github.com/opencontainers/runc/blob/master/tests/integration/helpers.bash)
are provided in order to facilitate writing tests.
```sh