summaryrefslogtreecommitdiff
path: root/tests.branching/setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-17 22:05:51 +0300
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-17 22:05:51 +0300
commita2f149c70d395003e2d36d3cdd2fdb15ee515dd7 (patch)
treea5a3d59a05b471123aae2bb722c1a3c1d578f998 /tests.branching/setup
parent6f420c935496b2c22e16b5e975e9ece8326adc2b (diff)
downloadmorph-a2f149c70d395003e2d36d3cdd2fdb15ee515dd7.tar.gz
Fix filenames of test morphologies
Diffstat (limited to 'tests.branching/setup')
-rwxr-xr-xtests.branching/setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.branching/setup b/tests.branching/setup
index 1e337412..5c0e9a04 100755
--- a/tests.branching/setup
+++ b/tests.branching/setup
@@ -43,7 +43,7 @@ mkdir "$DATADIR/mine"
# Create a fake morphs repository
mkdir "$DATADIR/morphs"
-cat <<EOF > "$DATADIR/morphs/hello-system.chunk"
+cat <<EOF > "$DATADIR/morphs/hello-system.morph"
{
"name": "hello-system",
"kind": "system",
@@ -54,7 +54,7 @@ cat <<EOF > "$DATADIR/morphs/hello-system.chunk"
}
EOF
-cat <<EOF > "$DATADIR/morphs/hello-stratum.chunk"
+cat <<EOF > "$DATADIR/morphs/hello-stratum.morph"
{
"name": "hello-stratum",
"kind": "stratum",
@@ -84,7 +84,7 @@ scripts/run-git-in "$DATADIR/morphs" checkout master
# Create a dummy chunk repository
mkdir "$DATADIR/hello"
-cat <<EOF > "$DATADIR/hello/hello.chunk"
+cat <<EOF > "$DATADIR/hello/hello.morph"
{
"name": "hello",
"kind": "chunk",