From: Eric Pouech epouech@codeweavers.com
Signed-off-by: Eric Pouech epouech@codeweavers.com --- programs/cmd/tests/test_builtins.cmd | 7 +++++++ programs/cmd/tests/test_builtins.cmd.exp | 4 ++++ 2 files changed, 11 insertions(+)
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd index 9a673a40467..cdf838d08ff 100644 --- a/programs/cmd/tests/test_builtins.cmd +++ b/programs/cmd/tests/test_builtins.cmd @@ -3165,6 +3165,13 @@ exit /b 0
:call_expand_done
+echo --- search with dots +echo @echo a> .bat +call .bat +echo @echo b> f00.bat.bat +call f00.bat || echo fail1 +call f00 2> nul || echo fail2 + cd .. & rd /s/q foobar
echo --- builtin in expansions diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp index 67a308a4e8a..bb87e28acaf 100644 --- a/programs/cmd/tests/test_builtins.cmd.exp +++ b/programs/cmd/tests/test_builtins.cmd.exp @@ -1823,6 +1823,10 @@ abc abc abc %WINE_BAR% %WINE_BAR% abc def def +--- search with dots +a +@todo_wine@b +fail2 --- builtin in expansions bar p1 echo bar cp1 echo