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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 20 07:48:46 CST 2015


Module: wine
Branch: master
Commit: 50cb282c8cdf7363dcc018de5b88c1da123b49d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=50cb282c8cdf7363dcc018de5b88c1da123b49d7

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 19 16:25:35 2015 +0100

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: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/cmd/tests/test_builtins.cmd.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp
index c2879d6..811ba9f 100644
--- a/programs/cmd/tests/test_builtins.cmd.exp
+++ b/programs/cmd/tests/test_builtins.cmd.exp
@@ -331,7 +331,7 @@ N
 @todo_wine@'@drive@@shortpath at ABCDEFGHIJK.LMNOP'@or_broken@''
 ''@or_broken@'%~ai'
 ''@or_broken@'%~ai'
-'--a------'@or_broken@'%~ai'
+'--a------'@or_broken@'--a--------'@or_broken@'%~ai'
 '5'@or_broken@'%~zi'
 ''@or_broken@'%~ti'
 ''@or_broken@'%~ti'




More information about the wine-cvs mailing list