From: Eric Pouech epouech@codeweavers.com
Signed-off-by: Eric Pouech epouech@codeweavers.com --- programs/cmd/tests/test_builtins.cmd | 8 ++++++++ programs/cmd/tests/test_builtins.cmd.exp | 3 +++ 2 files changed, 11 insertions(+)
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd index 6a6b1196ad2..1cc70caabed 100644 --- a/programs/cmd/tests/test_builtins.cmd +++ b/programs/cmd/tests/test_builtins.cmd @@ -130,6 +130,14 @@ type foo.txt | cmd.exe > NUL type foo.txt | cmd.exe > NUL @call :showEchoMode foo.tmp
+rem labels are not echoed (while all the other commands are) +echo echo on > callme.cmd +echo rem itsme >> callme.cmd +echo :itsmeagain >> callme.cmd +echo @echo off >> callme.cmd +call callme.cmd +@echo --- + rem cleanup del foo.txt del callme.cmd diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp index 1a1be21034e..d70d751669e 100644 --- a/programs/cmd/tests/test_builtins.cmd.exp +++ b/programs/cmd/tests/test_builtins.cmd.exp @@ -150,6 +150,9 @@ ECHO_IS_ON ECHO_IS_OFF ECHO_IS_ON ECHO_IS_OFF + +@pwd@>rem itsme@space@@space@ +@todo_wine@--- ------------ Testing parameterization ------------ 'a', 'b', 'c' '"a b c"', '', ''