From 754442b00829ebdebd5c9a657221c4637768e7fc Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 22 May 2011 17:49:24 -0700 Subject: Do not use a global temp directory in our tests --- t/005_builder.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/005_builder.t') diff --git a/t/005_builder.t b/t/005_builder.t index cc0bb0a..603001a 100644 --- a/t/005_builder.t +++ b/t/005_builder.t @@ -77,10 +77,10 @@ jitterbug::Test->init(); }, 'builder' => {}, 'reports' => { - 'dir' => '/tmp/jitterbug' + 'dir' => './t/tmp/reports' }, 'build' => { - 'dir' => '/tmp/build' + 'dir' => './t/tmp/build', }, 'options' => { 'email_on_pass' => '0', -- cgit 1.4.1