summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-sanity-use-compat-six/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-test-sanity-use-compat-six/runme.sh')
-rwxr-xr-xtest/integration/targets/ansible-test-sanity-use-compat-six/runme.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-test-sanity-use-compat-six/runme.sh b/test/integration/targets/ansible-test-sanity-use-compat-six/runme.sh
new file mode 100755
index 0000000000..dbd38f9f36
--- /dev/null
+++ b/test/integration/targets/ansible-test-sanity-use-compat-six/runme.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+set -eu
+
+source ../collection/setup.sh
+
+set -x
+
+ansible-test sanity --test use-compat-six --color --lint --failure-ok "${@}" > actual.txt
+
+diff -u "${TEST_DIR}/expected.txt" actual.txt
+diff -u do-not-check-me.py plugins/modules/check-me.py