summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_fetch/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_fetch/tasks/main.yml')
-rw-r--r--test/integration/targets/win_fetch/tasks/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/integration/targets/win_fetch/tasks/main.yml b/test/integration/targets/win_fetch/tasks/main.yml
index 16a28761..b5818352 100644
--- a/test/integration/targets/win_fetch/tasks/main.yml
+++ b/test/integration/targets/win_fetch/tasks/main.yml
@@ -215,17 +215,3 @@
- fetch_special_file.checksum == '34d4150adc3347f1dd8ce19fdf65b74d971ab602'
- fetch_special_file.dest == host_output_dir + "/abc$not var'quote‘"
- fetch_special_file_actual.stdout == 'abc'
-
-- name: create file with wildcard characters
- raw: Set-Content -LiteralPath '{{ remote_tmp_dir }}\abc[].txt' -Value 'abc'
-
-- name: fetch file with wildcard characters
- fetch:
- src: '{{ remote_tmp_dir }}\abc[].txt'
- dest: '{{ host_output_dir }}/'
- register: fetch_wildcard_file_nofail
-
-- name: assert fetch file with wildcard characters
- assert:
- that:
- - "fetch_wildcard_file_nofail is not failed"