blob: bf01549c3bdc124e715d1621e5065bac45033a45 (
plain)
1
2
3
4
5
6
|
#!/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
|