This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
skip op/signame_canonical test under miniperl
authorHugo van der Sanden <hv@crypt.org>
Sun, 9 Feb 2020 16:46:15 +0000 (16:46 +0000)
committerHugo van der Sanden <hv@crypt.org>
Sun, 9 Feb 2020 16:46:15 +0000 (16:46 +0000)
It requires Data::Dumper

t/op/signame_canonical.t

index abd7732..241b57a 100644 (file)
@@ -5,6 +5,7 @@
 BEGIN {
     chdir 't' if -d 't';
     require './test.pl';
+    skip_all_if_miniperl();
 }
 
 use strict;