summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/02-number-handling.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/02-number-handling.t b/t/02-number-handling.t
index 253fc369..69b399be 100644
--- a/t/02-number-handling.t
+++ b/t/02-number-handling.t
@@ -2,6 +2,9 @@
use strict;
use warnings;
+
+$ENV{TMPDIR} = 't/var';
+
use Test::More 'no_plan';
use Test::Trap qw(trap $trap);
use Math::BigFloat;