diff --git a/testdata/tcl/crash5.test b/testdata/tcl/crash5.test index 09ed38f..6744fd1 100644 --- a/testdata/tcl/crash5.test +++ b/testdata/tcl/crash5.test @@ -50,7 +50,7 @@ for {set ii 0} {$ii < 10} {incr ii} { proc get_pwd {} { if {$::tcl_platform(platform) eq "windows"} { return [string map [list \\ /] \ - [string trim [exec -- $::env(ComSpec) /c echo %CD%]]] + [string trim [exec -- $::env(ComSpec) /c cd ]]] } else { return [pwd] }