summaryrefslogtreecommitdiff
path: root/t/005_builder.t
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 21:02:23 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-22 21:02:23 -0700
commit84147ee6d4a5d53d93f4a73300a192f854eb1ccd (patch)
tree883782c9efc36d21f1efbc19bb4f593ca9e5a9d8 /t/005_builder.t
parentRemove dep on Git::Repository (diff)
parentMake hook test data refer to the new git repo for testing (diff)
downloadjitterbug-84147ee6d4a5d53d93f4a73300a192f854eb1ccd.tar.gz
Merge branch 'master' into git_refactor
Diffstat (limited to '')
-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',