X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=blobdiff_plain;f=t%2F60-fork-plain.t;h=a65dde8690b1254e735fc316ea484fdc763d73e8;hp=54b73a7d5d543e34b07844607690988b7a2aa706;hb=66395d4fefdc940dce749d571e5c8106f682eca4;hpb=90d2b0db8abb64d3c16d674091938f8c65e9caac 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;