#!/bin/sh
set -e

LC_ALL=C ansible-lint /usr/share/doc/ansible-lint/examples/lots_of_warnings.yml | diff - debian/tests/lots_of_warnings_expected_result
