windows path: fix failing test (#34973)

pull/34975/head
Jordan Borean 7 years ago committed by GitHub
parent d7fbc94758
commit 1f69b8e55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@
- trailing_result is successful
- trailing_result.stat.attributes == 'Directory'
- trailing_result.stat.exists == true
- trailing_result.stat.path == no_quotes_single # path is without the trailing \
- trailing_result.stat.path == trailing
- name: Set variables in key=value syntax
set_fact:
@ -178,7 +178,7 @@
- trailing_result is successful
- trailing_result.stat.attributes == 'Directory'
- trailing_result.stat.exists == true
- trailing_result.stat.path == no_quotes_single # path is without the trailing \
- trailing_result.stat.path == trailing
- name: Test tab path {{ tab }}
win_stat:

Loading…
Cancel
Save