X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F70-session.t;h=f39285f703111197bd5d22749d667d793dbd094f;hb=5f7c59874ed712bf2787c3b0dbbaaf899fdd508c;hp=1ce46c53a728206a1af257f25c47309acf929651;hpb=15e7706165e33a1e52fba63877a92613ff1794a8;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/t/70-session.t b/t/70-session.t index 1ce46c5..f39285f 100644 --- a/t/70-session.t +++ b/t/70-session.t @@ -3,6 +3,8 @@ use strict; use warnings; +BEGIN { delete $ENV{PATH} } + use Test::Valgrind::Session; use Test::More tests => 7; @@ -21,8 +23,6 @@ $sess = eval { Test::Valgrind::Session->new( like $@, qr/^No appropriate valgrind executable/, 'nonexistant valgrind'; SKIP: { - skip 'Only on linux or darwin' => 5 unless $^O eq 'linux' or $^O eq 'darwin'; - my $old_vg = Test::Valgrind::FakeValgrind->new( version => '3.0.0', );