From e90e0c706235a262efbd80c9b0ee0da29bdc4387 Mon Sep 17 00:00:00 2001 From: DeShuai Ma Date: Mon, 13 Nov 2017 23:05:27 +0800 Subject: [PATCH] fix typo for test/README.md Signed-off-by: DeShuai Ma --- test/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 1dd2e3c7..64a0709a 100644 --- a/test/README.md +++ b/test/README.md @@ -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