diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:04:51 +0000 |
commit | a81be7dee3277993dd38f06b95417621955c8771 (patch) | |
tree | 31cc44ae606afa887f4e7d275ea78cfdf2821049 /debian/tests/nomatches | |
parent | Adding upstream version 4.3.7. (diff) | |
download | ansible-lint-a81be7dee3277993dd38f06b95417621955c8771.tar.xz ansible-lint-a81be7dee3277993dd38f06b95417621955c8771.zip |
Adding debian version 4.3.7-1.debian/4.3.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/nomatches')
-rwxr-xr-x | debian/tests/nomatches | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/tests/nomatches b/debian/tests/nomatches new file mode 100755 index 0000000..8a4bde8 --- /dev/null +++ b/debian/tests/nomatches @@ -0,0 +1,4 @@ +#!/bin/sh +set -e + +LC_ALL=C ansible-lint /usr/share/doc/ansible-lint/examples/nomatches.yml |