diff --git a/t/p2p.t b/t/p2p.t index 456fed8827..1e471332dc 100755 --- a/t/p2p.t +++ b/t/p2p.t @@ -1,3 +1,8 @@ +#!/usr/bin/perl + +use strict; +use warnings; + use FusionInventory::Agent::Task::Deploy::P2P; use Data::Dumper; use Test::More tests => 3;