about summary refs log tree commit diff
path: root/t/005_builder.t
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 17:49:24 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 17:54:55 -0700
commit754442b00829ebdebd5c9a657221c4637768e7fc (patch)
tree417f383608125c2b4ba85fcef9d57eb71ccd70d6 /t/005_builder.t
parentAdd test db to our cleanup target (diff)
downloadjitterbug-754442b00829ebdebd5c9a657221c4637768e7fc.tar.gz
Do not use a global temp directory in our tests
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',