wine-wine/programs/cmd/tests
Jason Edmeades 987fee3791 cmd: Correct handling of %~0 for batch call.
When a batch label is called, %0 and %~0 should be the label being
called, and if you start adding modifiers to it (eg %~d0) then you get
details of the batch program containing the label.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44369
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-29 22:01:38 +02:00
..
Makefile.in makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
batch.c cmd/tests: Use the available ARRAY_SIZE() macro. 2018-05-29 09:28:44 +02:00
rsrc.rc cmd/tests: Move command line tests to separate file. 2012-10-11 20:37:59 +02:00
test_builtins.cmd cmd: Correct handling of %~0 for batch call. 2018-08-29 22:01:38 +02:00
test_builtins.cmd.exp cmd: Correct handling of %~0 for batch call. 2018-08-29 22:01:38 +02:00
test_cmdline.cmd cmd: Avoid infinite loop running batch program. 2013-06-05 17:31:36 +02:00
test_cmdline.cmd.exp cmd: Avoid infinite loop running batch program. 2013-06-05 17:31:36 +02:00