From 327284eb35dc2cc42f3dd1bbc654ed6db4173657 Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Mon, 22 Jun 2020 12:41:06 +0200 Subject: [PATCH] integration tests: fix typo in README.md Signed-off-by: Alban Crequy --- tests/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/README.md b/tests/integration/README.md index 8ee6ebf2875..229a61355e9 100644 --- a/tests/integration/README.md +++ b/tests/integration/README.md @@ -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