summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh')
-rwxr-xr-xtest/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh b/test/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh
deleted file mode 100755
index e6637c57..00000000
--- a/test/integration/targets/ansible-test-sanity-replace-urlopen/runme.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-
-set -eu
-
-source ../collection/setup.sh
-
-set -x
-
-ansible-test sanity --test replace-urlopen --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