summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-03 15:53:18 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 14:24:07 +0100
commitc21dd9f7986bb9dad3b36cb6ace6d9b4b161700b (patch)
tree96fc10f756769df276ae81da3d32180e98f137b7 /tests
parent581f76e2c0217c5f4c33652ce526bac65ce8ebed (diff)
downloadmorph-c21dd9f7986bb9dad3b36cb6ace6d9b4b161700b.tar.gz
Fix repo-alias value to use right syntax
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/setup b/tests/setup
index 84cf1d7e..663f591e 100755
--- a/tests/setup
+++ b/tests/setup
@@ -119,7 +119,7 @@ git commit --quiet -m "add morphs"
# Create a morph configuration file.
cat <<EOF > "$DATADIR/morph.conf"
[config]
-repo-alias = test:file://$DATADIR/#file://$DATADIR/
+repo-alias = test=file://$DATADIR/%s#file://$DATADIR/%s
cachedir = $DATADIR/cache
log = $DATADIR/morph.log
keep-path = true