Le lundi 15 mars 2010 à 19:48 +0100, Paul Vriens a écrit : > On 03/09/2010 01:15 PM, Yann Droneaud wrote: > > diff --git a/programs/cmd/tests/test_builtins.cmd > > b/programs/cmd/tests/test_builtins.cmd > > index ed2b75b..e346ffa 100644 > > --- a/programs/cmd/tests/test_builtins.cmd > > +++ b/programs/cmd/tests/test_builtins.cmd > > @@ -23,6 +23,21 @@ cd dummydir > > echo %~dp0 > > cd .. > > rmdir dummydir > > +echo %CD% > > Hi Yann, > > This one doesn't work on NT4: > > http://test.winehq.org/data/tests/cmd.exe:batch.html >
batch.c:235: running TEST_BUILTINS.CMD test... batch.c:152: Test failed: unexpected char 0x45 position 0 in line 19 (got 'ECHO is off.', wanted '@pwd@') batch: 13 tests executed (0 marked as todo, 1 failure), 0 skipped. > Could you have a look ? > %CD% seems not supported under Windows NT. Sadly, this wasn't mentioned in any documentation I've found. Let's remove this test. Regards -- Yann Droneaud