test: fix op.#FetchGit test (#1395)

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2022-01-11 15:35:44 -08:00
committed by GitHub
parent 12ee5b0330
commit f67e50a11c

View File

@@ -17,6 +17,6 @@ TestRepo: #up: [op.#FetchGit & {
TestContent: os.#Container & { TestContent: os.#Container & {
always: true always: true
command: "ls -l /input/repo | grep 'universe -> stdlib'" command: "ls -l /input/repo/README.md"
mount: "/input/repo": from: TestRepo mount: "/input/repo": from: TestRepo
} }