[PATCH] cmd: removed %CD% test.

Yann Droneaud yann at droneaud.fr
Tue Mar 16 04:53:28 CDT 2010


%CD% seems not supported on Windows NT 4.

The patch which introduce this test was based on MSDN documentation
and only tested on Windows XP
---
 programs/cmd/tests/test_builtins.cmd     |    1 -
 programs/cmd/tests/test_builtins.cmd.exp |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index e346ffa..a7d7027 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -23,7 +23,6 @@ cd dummydir
 echo %~dp0
 cd ..
 rmdir dummydir
-echo %CD%
 echo %%
 echo P%
 echo %P
diff --git a/programs/cmd/tests/test_builtins.cmd.exp b/programs/cmd/tests/test_builtins.cmd.exp
index a8b2fc0..e8e5473 100644
--- a/programs/cmd/tests/test_builtins.cmd.exp
+++ b/programs/cmd/tests/test_builtins.cmd.exp
@@ -16,7 +16,6 @@ bar
 ~dp0 should be directory containing batch file
 @pwd@\
 @pwd@\
- at pwd@
 %
 P
 P
-- 
1.6.2.5




More information about the wine-patches mailing list