summaryrefslogtreecommitdiff
path: root/t/005_builder.t
diff options
context:
space:
mode:
Diffstat (limited to 't/005_builder.t')
-rw-r--r--t/005_builder.t4
1 files changed, 2 insertions, 2 deletions
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',