Author: rurban
Date: Thu Jan 8 10:21:50 2009
New Revision: 35217
Modified:
branches/pdd30install_stage4/t/pmc/eval.t
Log:
TT#121 also on cygwin. same as trunk.
Modified: branches/pdd30install_stage4/t/pmc/eval.t
==============================================================================
--- branches/pdd30install_stage4/t/pmc/eval.t (original)
+++ branches/pdd30install_stage4/t/pmc/eval.t Thu Jan 8 10:21:50 2009
@@ -317,7 +317,7 @@
OUTPUT
TODO: {
- local $TODO = "cannot 'rm' an open file on windows" if $^O eq 'MSWin32';
+ local $TODO = "cannot 'rm' an open file on windows. TT#121" if $^O =~
/(MSWin32|cygwin)/;
pir_output_is( <<"CODE", <<'OUTPUT', "eval.get_string - same file" );
.sub main :main