summaryrefslogtreecommitdiffstats
path: root/t/02-read-write.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-read-write.t')
-rw-r--r--t/02-read-write.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/02-read-write.t b/t/02-read-write.t
index a30fce4..4493873 100644
--- a/t/02-read-write.t
+++ b/t/02-read-write.t
@@ -13,7 +13,9 @@ BEGIN {
test_tcp(
client => sub {
my $port = shift;
+ my $inc = join ':', grep { !ref } @INC;
my $client_script = <<EOF;
+ BEGIN { \@INC = split /:/, '$inc' }
use App::Termcast;
my \$tc = App::Termcast->new(
host => '127.0.0.1', port => $port,