summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t
blob: de8bf83e379a00424a5814c00ccec38a79562df9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

no Test2::IPC;
use Test2::Tools::Tiny;
use Test2::IPC::Driver::Files;

ok(Test2::API::test2_ipc_disabled, "disabled IPC");
ok(!Test2::API::test2_ipc, "No IPC");

done_testing;