TEST_ARGS=-taintwarn $(RUN_TESTS) choose
minitest.prep:
- -@test test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles)
+ -@test -f lib/Config.pm || $(MAKE) lib/Config.pm $(unidatafiles)
@echo " "
@echo "You may see some irrelevant test failures if you have been unable"
@echo "to build lib/Config.pm, or the Unicode data files."
SKIP: {
eval { require PerlIO::scalar };
unless (find PerlIO::Layer 'scalar') {
- skip("PerlIO::scalar not found", 8);
+ skip("PerlIO::scalar not found", 9);
}
my $var;
ok( open(my $x,"+<",\$var), 'magic in-memory file via 3 arg open with \\$var');
ok( open(STDERR,">",\$var), ' open STDERR into in-memory var');
open STDERR, ">&OLDERR" or die "cannot dup OLDERR: $!";
}
-}
{ local $TODO = 'fails well back into 5.8.x';
close ($no_perlio);
}
+}
+
END {
1 while unlink $txt;