Merge pull request #2482 from kinvolk/alban/integration-tests

integration tests: fix typo in README.md

LGTMs: @cyphar @kolyshkin
This commit is contained in:
Kir Kolyshkin 2020-06-22 12:31:25 -07:00 committed by GitHub
commit 834c45736b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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