summaryrefslogtreecommitdiff
path: root/tests/hello-chunk.script
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-03 16:42:32 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-03 16:42:32 +0000
commit4942f4c77687980191b41b07104e9e9e49ae4fc8 (patch)
tree999143235c8af03ea6a95e38e90c35a830e64a44 /tests/hello-chunk.script
parenta51329ba742b008712a7ad3e3f6c44b2cadc79f6 (diff)
downloadmorph-4942f4c77687980191b41b07104e9e9e49ae4fc8.tar.gz
Fix cmdtest tests to work with current morph usage
Diffstat (limited to 'tests/hello-chunk.script')
-rwxr-xr-xtests/hello-chunk.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hello-chunk.script b/tests/hello-chunk.script
index cdfd7437..1a7edde2 100755
--- a/tests/hello-chunk.script
+++ b/tests/hello-chunk.script
@@ -20,7 +20,7 @@
set -e
tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz
-./morph --no-default-configs build "$DATADIR/hello/hello.morph" \
- --chunk-repo="file://$DATADIR/hello" --chunk-ref=master \
+./morph --no-default-configs build hello master hello.morph \
+ --git-base-url "file://$DATADIR/" \
--cachedir="$DATADIR"
tar -tf "$DATADIR/"*.chunk | LC_ALL=C sort | sed '/^\.\/./s:^\./::'