Skip to content

Commit

Permalink
Merge pull request ansible#10683 from timsutton/remove-old-git-integr…
Browse files Browse the repository at this point in the history
…ation-test

Git integration test: remove test for ambiguous .git/branches dir
  • Loading branch information
abadger committed Apr 13, 2015
2 parents c14f072 + 5f1ba58 commit ed601f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integration/roles/test_git/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed601f9

Please sign in to comment.