This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
clear $ENV{PERL_UNICODE} before runperl()ing a test of use open.
authorTony Cook <tony@develop-help.com>
Mon, 19 Sep 2011 05:20:04 +0000 (15:20 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 19 Sep 2011 05:20:04 +0000 (15:20 +1000)
commitf76f2ef3c7d81e60b94f6106b3bd46f8449b469f
tree22ed8ec491434eac80e2525286676bbef6c67e3a
parent82a9156664ed01c033a5792e4668ab6ab83c941a
clear $ENV{PERL_UNICODE} before runperl()ing a test of use open.

If PERL_UNICODE was set to a value that modified stream behaviour, the
test added in 73f1eaca would fail, because the implied -C option would
cause the behaviour the test was checking wouldn't happen.
lib/open.t