From bd005aeb43c51df1d33659a072d8b765bc6e5b43 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 22 Dec 2021 15:44:04 -0700 Subject: [PATCH] improved test case Signed-off-by: Richard Jones --- tests/tasks/gitPull/private_repo.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tasks/gitPull/private_repo.cue b/tests/tasks/gitPull/private_repo.cue index 3d93d486..cce02b5a 100644 --- a/tests/tasks/gitPull/private_repo.cue +++ b/tests/tasks/gitPull/private_repo.cue @@ -25,7 +25,7 @@ engine.#Plan & { testContent: engine.#Exec & { input: alpine.output always: true - args: ["ls", "-l", "/repo"] + args: ["ls", "-l", "/repo/README.md"] mounts: inputRepo: { dest: "/repo" contents: testRepo.output