From: Vincent Pit Date: Wed, 11 Nov 2015 15:24:03 +0000 (-0200) Subject: Also run the session test on darwin X-Git-Tag: v1.16~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=f365ebc2c6b2d39f049bb9ef20b45a6b2728466a Also run the session test on darwin --- diff --git a/t/70-session.t b/t/70-session.t index 6bec989..22c78cd 100644 --- a/t/70-session.t +++ b/t/70-session.t @@ -32,7 +32,7 @@ if (\@ARGV == 1 && \$ARGV[0] eq '--version') { } SKIP: { - skip 'Only on linux' => 5 unless $^O eq 'linux'; + skip 'Only on linux or darwin' => 5 unless $^O eq 'linux' or $^O eq 'darwin'; my $vg_old = File::Temp->new(UNLINK => 1); print $vg_old fake_vg('3.0.0');