Commit 50cb282c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

cmd/tests: Fix the %~a check on Windows >= 8.

Starting with Windows 8 %~a reports two new attributes, most likely to match the new +X and +V attrib options (integrity and no_scrub_data respectively). Signed-off-by: 's avatarFrancois Gouget <fgouget@free.fr> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent cdb65950
...@@ -331,7 +331,7 @@ N ...@@ -331,7 +331,7 @@ N
@todo_wine@'@drive@@shortpath@ABCDEFGHIJK.LMNOP'@or_broken@'' @todo_wine@'@drive@@shortpath@ABCDEFGHIJK.LMNOP'@or_broken@''
''@or_broken@'%~ai' ''@or_broken@'%~ai'
''@or_broken@'%~ai' ''@or_broken@'%~ai'
'--a------'@or_broken@'%~ai' '--a------'@or_broken@'--a--------'@or_broken@'%~ai'
'5'@or_broken@'%~zi' '5'@or_broken@'%~zi'
''@or_broken@'%~ti' ''@or_broken@'%~ti'
''@or_broken@'%~ti' ''@or_broken@'%~ti'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment