#!/bin/sh
set -e

diff /usr/share/doc/ansible-lint/examples/lots_of_warnings.yml debian/tests/lots_of_warnings.yml

LC_ALL=C ansible-lint -p debian/tests/lots_of_warnings.yml | diff - debian/tests/lots-of-warnings-expected-result
