Merge pull request #1151 from mdshuai/fix-test-typo

fix syntax for test/README.md
This commit is contained in:
Antonio Murdaca 2017-11-14 10:36:47 +01:00 committed by GitHub
commit 21252ed22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ make localintegration RUNTIME=cc-oci-runtime
## Writing integration tests
[Helper functions]
(https://github.com/kubernetes-incubator/crio/blob/master/test/helpers.bash)
[Helper functions](https://github.com/kubernetes-incubator/cri-o/blob/master/test/helpers.bash)
are provided in order to facilitate writing tests.
```sh