Module: tools Branch: master Commit: 072d86af829edacaa9a14c7c399a260d597dfeca URL: http://source.winehq.org/git/tools.git/?a=commit;h=072d86af829edacaa9a14c7c3... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Mar 14 19:55:31 2008 +0100 winetest: s/$subtest/$unit/ for consistency. --- winetest/gather | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winetest/gather b/winetest/gather index 9f46589..6c006f9 100755 --- a/winetest/gather +++ b/winetest/gather @@ -280,7 +280,7 @@ sub singletest($$$) { my $fail = -r "$datadir/$build/$file"?"<a href=\"$file\">$msg</a>":$msg; print OUT " <td class=\"note\">$fail</td>\n"; } elsif ($count eq "dll missing") { - my ($dll, $subtest) = split(/:/, $testname); + my ($dll, $unit) = split(/:/, $testname); $dll.=".dll" if ($dll !~ /\./); print OUT <<"EOF"; <td class="skip_pass"><a