summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-09-20 13:45:57 -0700
committerGitHub <noreply@github.com>2016-09-20 13:45:57 -0700
commite0ad02c6dd2df919c5f423fde98c28f81d0286b8 (patch)
treeef26f2bc0e2e7ee186310876f2e6e7956a8b087b /test/integration
parent765a76885b031d45f216a379fee94fa0b5f2776d (diff)
downloadansible-e0ad02c6dd2df919c5f423fde98c28f81d0286b8.tar.gz
Remove test for deprecated first_available_file. (#17674)
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/roles/test_copy/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/roles/test_copy/tasks/main.yml b/test/integration/roles/test_copy/tasks/main.yml
index 1955909065..526695acc3 100644
--- a/test/integration/roles/test_copy/tasks/main.yml
+++ b/test/integration/roles/test_copy/tasks/main.yml
@@ -258,9 +258,3 @@
assert:
that:
- replace_follow_result.checksum == target_file_result.stdout
-
-- name: test first avialable file
- copy: dest={{output_dir}}/faf_test
- first_available_file:
- - doesntexist.txt
- - foo.txt