summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-05 22:07:07 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:17 -0700
commit7833c8a6c843957351c2d3abf519e98cf2f5feab (patch)
tree06f345dc3a78ac6f8de50f4dbfd66bed100538e7 /t
parentdff6b275d9768a8dbf761df51485362cff36ba24 (diff)
downloadperl-7833c8a6c843957351c2d3abf519e98cf2f5feab.tar.gz
globvar.t: Skip PL_warn_uninit_sv
Until someone can explain to me why these sorts of things are exported, I’ll skipping the test. Nothing is failing for me (yet), and it is not clear that we want to support this name for ever.
Diffstat (limited to 't')
-rw-r--r--t/porting/globvar.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/globvar.t b/t/porting/globvar.t
index f34ab4323d..aa266959c2 100644
--- a/t/porting/globvar.t
+++ b/t/porting/globvar.t
@@ -15,7 +15,7 @@ my %skip = map { ("PL_$_", 1) }
qw(
DBcv bitcount cshname force_link_funcs generation lastgotoprobe
latin1_lc mod_latin1_uc modcount no_symref_sv timesbuf uudmap
- watchaddr watchok
+ watchaddr watchok warn_uninit_sv
);
my $trial = "nm globals$Config{_o} 2>&1";