Skip to content

Commit

Permalink
fix the number of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed May 24, 2012
1 parent 0e71752 commit 3c14a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tools/win32.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use FusionInventory::Agent::Tools::Win32;
if ($OSNAME ne 'MSWin32') {
plan skip_all => 'depend on Win32';
} else {
plan 5;
plan tests => 5;
}
my ($code, $fd) = runCommand(command => "perl -V");
ok($code eq 0, "perl -V returns 0");
Expand Down

0 comments on commit 3c14a2b

Please sign in to comment.