1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

test_hg fix: remove reference to "head"

ERROR! error while evaluating conditional: head.stat.isreg

This is remnant from earlier change 50e5d81777
which removed stat on head file..
This commit is contained in:
Brano Zarnovican 2015-11-20 12:59:08 +01:00
parent d75e707af5
commit 5fc64deffe

View file

@ -66,7 +66,6 @@
assert: assert:
that: that:
- "tags.stat.isreg" - "tags.stat.isreg"
- "head.stat.isreg"
- "branches.stat.isreg" - "branches.stat.isreg"
- name: verify on a reclone things are marked unchanged - name: verify on a reclone things are marked unchanged