#!/bin/sh
set -e

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