summaryrefslogtreecommitdiff
path: root/test/integration/targets/inventory_ini/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/inventory_ini/runme.sh')
-rwxr-xr-xtest/integration/targets/inventory_ini/runme.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/integration/targets/inventory_ini/runme.sh b/test/integration/targets/inventory_ini/runme.sh
index 919e1884..81bf1475 100755
--- a/test/integration/targets/inventory_ini/runme.sh
+++ b/test/integration/targets/inventory_ini/runme.sh
@@ -3,6 +3,3 @@
set -eux
ansible-playbook -v -i inventory.ini test_ansible_become.yml
-
-ansible-inventory -v -i inventory.ini --list 2> out
-test "$(grep -c 'SyntaxWarning' out)" -eq 0