summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2020-04-13 10:27:08 -0400
committerMatt Clay <matt@mystile.com>2020-04-15 12:47:55 -0700
commit1e9f5af248948befa0876a1f453427ffebc47390 (patch)
treeb2b98922d7f2f68a79254d78a17a36b6e8dd6af3
parent3c484831f87035db7eeb7ed405f905c134b56a53 (diff)
downloadansible-1e9f5af248948befa0876a1f453427ffebc47390.tar.gz
handle role diffs in older versions
-rwxr-xr-xtest/integration/targets/fetch/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/fetch/runme.sh b/test/integration/targets/fetch/runme.sh
index 7e909dde09..734b881093 100755
--- a/test/integration/targets/fetch/runme.sh
+++ b/test/integration/targets/fetch/runme.sh
@@ -3,7 +3,7 @@
set -eux
# setup required roles
-ln -s ../../setup_remote_tmp_dir roles/setup_remote_tmp_dir
+ln -s ../../prepare_tests roles/prepare_tests
# run old type role tests
ansible-playbook -i ../../inventory run_fetch_tests.yml -e "output_dir=${OUTPUT_DIR}" -v "$@"