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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}