Commit ed601f96 by Toshio Kuratomi

Merge pull request #10683 from timsutton/remove-old-git-integration-test

Git integration test: remove test for ambiguous .git/branches dir
parents c14f072a 5f1ba589
......@@ -65,16 +65,11 @@
stat: path={{ checkout_dir }}/.git/HEAD
register: head
- name: check for remotes
stat: path={{ checkout_dir }}/.git/branches
register: branches
- name: assert presence of tags/trunk/branches
assert:
that:
- "tags.stat.isdir"
- "head.stat.isreg"
- "branches.stat.isdir"
- name: verify on a reclone things are marked unchanged
assert:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment