summaryrefslogtreecommitdiff
path: root/test/integration/targets/file/tasks/state_link.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/file/tasks/state_link.yml')
-rw-r--r--test/integration/targets/file/tasks/state_link.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/file/tasks/state_link.yml b/test/integration/targets/file/tasks/state_link.yml
index 673fe6fd..6f96cdcb 100644
--- a/test/integration/targets/file/tasks/state_link.yml
+++ b/test/integration/targets/file/tasks/state_link.yml
@@ -199,7 +199,7 @@
- "missing_dst_no_follow_enable_force_use_mode2 is changed"
- "missing_dst_no_follow_enable_force_use_mode3 is not changed"
- "soft3_result['stat'].islnk"
- - "soft3_result['stat'].lnk_target == '{{ user.homeĀ }}/nonexistent'"
+ - "soft3_result['stat'].lnk_target == user.homeĀ ~ '/nonexistent'"
#
# Test creating a link to a directory https://github.com/ansible/ansible/issues/1369