}
close($dst);
close($src);
-ok(compare($utf,$ref) == 0);
+TODO:
+{
+ local $TODO = 'needs debugging on VMS' if $^O eq 'VMS';
+ ok(compare($utf,$ref) == 0);
+}
select($out);
SKIP:
The C<system> function and backticks operator have improved
functionality and better error handling.
+File access tests now use current process privileges rather than the
+user's default privileges, which could sometimes result in a mismatch
+between reported access and actual access.
+
=item *
Windows
=head2 VMS
-There is one known test failure with a default configuration:
-
- [.run]switches..........................FAILED on test 1
+There should be no reported test failures with a default configuration,
+though there are a number of tests marked TODO that point to areas
+needing further debugging and/or porting work.
=head2 Win32
eval { system { "echo" } "/arg0", "arg1" };
test 183, $@ =~ /^Insecure \$ENV/;
}
+if ($Is_VMS) {
+ for (184..203) {print "not ok $_ # TODO tainted %ENV warning occludes tainted arguments warning\n";}
+}
+else
{
# bug 20020208.005 plus some extras
# single arg exec/system are tests 80-83