[PATCH 7/9] cmd/tests: adapt TODOs in test output (special characters)

Martin Wilck mwilck at arcor.de
Mon Sep 19 18:51:17 CDT 2011


Fix output after "cmd: fix handling of special characters in command line"
---
 programs/cmd/tests/test_cmdline.cmd.exp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/programs/cmd/tests/test_cmdline.cmd.exp b/programs/cmd/tests/test_cmdline.cmd.exp
index 7c726dd..a5f3ca2 100755
--- a/programs/cmd/tests/test_cmdline.cmd.exp
+++ b/programs/cmd/tests/test_cmdline.cmd.exp
@@ -34,7 +34,7 @@
 3 at space@
 
 >call say" "(3) prints 4?! 
- at todo_wine@4 at space@
+4 at space@
 ------ Testing invocation with CMD /C -------------
 
 >cmd /c say one 
@@ -68,7 +68,7 @@
 3 at space@
 
 >cmd /c say" "(3) prints 4?! 
- at todo_wine@4 at space@
+4 at space@
 ---------- Testing CMD /C quoting -----------------
 
 >cmd /c @echo "hi" 
@@ -134,7 +134,7 @@
 0 at space@
 
 >call say( 
- at todo_wine@0 at space@
+0 at space@
 
 >call say) 
 )@space@
@@ -155,13 +155,13 @@
 0 at space@
 
 >call say; 
- at todo_wine@0 at space@
+0 at space@
 
 >call say! 
-!@space@
+ at todo_wine@0 at space@
 
 >call say! 
- at todo_wine@0 at space@
+!@space@
 
 >call say% 
 @todo_wine at 0@space@
-- 
1.7.3.4



More information about the wine-patches mailing list