diff --git a/tests/ops/fetch-git/private-repo/fetch-git.cue b/tests/ops/fetch-git/private-repo/fetch-git.cue index 241df10f..d023c0d7 100644 --- a/tests/ops/fetch-git/private-repo/fetch-git.cue +++ b/tests/ops/fetch-git/private-repo/fetch-git.cue @@ -17,6 +17,6 @@ TestRepo: #up: [op.#FetchGit & { TestContent: os.#Container & { always: true - command: "ls -l /input/repo | grep 'universe -> stdlib'" + command: "ls -l /input/repo/README.md" mount: "/input/repo": from: TestRepo }