Skip to content

Commit

Permalink
more exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 18, 2012
1 parent 92fc5e5 commit 2ee454d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion t/05var.t
Expand Up @@ -20,5 +20,11 @@ if ($OSNAME eq 'MSWin32') {
}

all_vars_ok(
ignore_vars => { '%params' => 1, '$class' => 1 }
ignore_vars => {
'%params' => 1,
'$class' => 1,
'$request' => 1, # FusionInventory::Agent::HTTP::Server
'$clientIp' => 1, # FusionInventory::Agent::HTTP::Server
'$num' => 1 # Task::Inventory::Input::Solaris::Networks
}
);

0 comments on commit 2ee454d

Please sign in to comment.