cmd: Avoid duplication of commonly used strings.
[wine] / programs / cmd / tests /
2011-05-26  Dan Kegelcmd: Add simple test for %errorlevel%.
2011-05-24  Dan Kegelcmd: del /a: test deleting readonly files, with fix.
2010-12-13  Detlef Riekenbergcmd: Allow GOTO to a label which has a following whites...
2010-11-08  Alexandre Goujoncmd: Add a space at the end of the first echo'ed batch...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-08  Jason Edmeadescmd: echo.word should echo back the word without the .
2010-09-08  Jason Edmeadescmd: Make tests supply stderr + more diagnostics.
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
2010-04-09  Alexandre Julliardcmd/tests: Add casts to pointer differences in traces.
2010-03-24  Austin Englishcmd: Add testcases for goto.
2010-03-18  Jacek Cabancmd: Added @or_broken@ handling to test templates and...
2010-03-16  Yann Droneaudcmd: Add another expansion test.
2010-03-16  Yann Droneaudcmd: Remove %CD% test.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Yann Droneaudcmd: Added some expansion tests.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Paul Vrienscmd/tests: Compare strings case-insensitive.
2010-02-19  Trey Hunnercmd: Add test for 'if' case sensitivity.
2010-02-18  Dan Kegelcmd: Fix 'else', with tests.
2010-02-17  Dan Kegelcmd: Rename reference file from .out to .exp to avoid...
2010-02-17  Dan Kegelcmd: Add test to show ~dp0 should be directory containi...
2010-02-17  Dan Kegelcmd: Add test to show set "FOO=bar" should not include...
2010-02-17  Dan Kegelcmd: Turn off echo, add visual separator between testcases.
2010-02-17  Dan Kegelcmd: Move all tests to test_builtins.cmd.
2010-02-10  Jacek Cabancmd: Added cmd.exe tests.