# New Ticket Created by  Ron Blaschke 
# Please include the string:  [perl #39853]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39853 >


Test languages/tcl/t/cmd_pwd.t fails on Win32.  Tcl's pwd returns the
path with backslashes, most likely because OS.cwd does too, but the test
expects forward slashes, as the result is compared with Perl's Cwd::getcwd.

The "other" Tcl returns forward slashes, too.

C:\Tcl\bin>tclsh
% puts [pwd]
C:/Tcl/bin

I'm not sure if this should be changed in languages/tcl or Parrot's OS.cwd.

Ron

Reply via email to