X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F60-fork-plain.t;h=a65dde8690b1254e735fc316ea484fdc763d73e8;hb=7cc3732a5d229f5429b5e1a16cbd350e2421f3e9;hp=54b73a7d5d543e34b07844607690988b7a2aa706;hpb=90d2b0db8abb64d3c16d674091938f8c65e9caac;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/t/60-fork-plain.t b/t/60-fork-plain.t index 54b73a7..a65dde8 100644 --- a/t/60-fork-plain.t +++ b/t/60-fork-plain.t @@ -19,7 +19,9 @@ my @msgs = qw/hlagh hlaghlaghlagh HLAGH HLAGHLAGHLAGH \x{0dd0}\x{00} init 6; -test 'plain' => $_ for @msgs; +for (0 .. $#msgs) { + test 'plain ' . $_ => $msgs[$_]; +} cleanup;