summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-11 10:11:10 -0400
committerLars Wirzenius <liw@liw.fi>2011-10-11 10:11:10 -0400
commitc463ed262d937405164d5b1c8ddde6aafb15227e (patch)
tree8415a3539a1e2e07d71ca15a7d3cc2450c6736b4 /tests
parenta08f4fc7e5b27c95fbb8051a61e5ec523834e808 (diff)
downloadmorph-c463ed262d937405164d5b1c8ddde6aafb15227e.tar.gz
Avoid using the user's configs while running tests.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/hello-chunk.script2
-rwxr-xr-xtests/hello-stratum.script2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/hello-chunk.script b/tests/hello-chunk.script
index 67c55e9a..aa20bbbe 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 build "$DATADIR/hello/hello.morph" \
+./morph --no-default-configs build "$DATADIR/hello/hello.morph" \
--chunk-repo="file://$DATADIR/hello" --chunk-ref=master \
--cachedir="$DATADIR"
tar -tf "$DATADIR/"*.chunk | LC_ALL=C sort
diff --git a/tests/hello-stratum.script b/tests/hello-stratum.script
index 395470de..663fd10b 100755
--- a/tests/hello-stratum.script
+++ b/tests/hello-stratum.script
@@ -21,7 +21,7 @@ set -e
tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz
-./morph build "tests/hello-stratum.morph" \
+./morph --no-default-configs build "tests/hello-stratum.morph" \
--git-base-url "file://$DATADIR/" \
--cachedir="$DATADIR"
tar -tf "$DATADIR/"*.stratum | LC_ALL=C sort