summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_fileglob/non_existent/play.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/lookup_fileglob/non_existent/play.yml')
-rw-r--r--test/integration/targets/lookup_fileglob/non_existent/play.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_fileglob/non_existent/play.yml b/test/integration/targets/lookup_fileglob/non_existent/play.yml
new file mode 100644
index 0000000..e92dff5
--- /dev/null
+++ b/test/integration/targets/lookup_fileglob/non_existent/play.yml
@@ -0,0 +1,6 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - name: fileglob should be empty
+ assert:
+ that: q("fileglob", seed) | length == 0