summaryrefslogtreecommitdiff
path: root/tests/build-chunk.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-chunk.script')
-rwxr-xr-xtests/build-chunk.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/build-chunk.script b/tests/build-chunk.script
index 01fbf8f5..e33af6b5 100755
--- a/tests/build-chunk.script
+++ b/tests/build-chunk.script
@@ -2,7 +2,7 @@
#
# Test building a chunk.
#
-# Copyright (C) 2011 Codethink Limited
+# Copyright (C) 2011, 2012 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,8 +19,8 @@
set -e
-cache="$DATADIR/build-chunk-cache"
-log="$DATADIR/build-chunk-morph.log"
+cache="$DATADIR/cache"
+log="$DATADIR/morph.log"
./morph --no-default-configs build chunk-repo farrokh hello.morph \
--git-base-url="file://$DATADIR" \
--cachedir="$cache" --keep-path --no-distcc \