summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-12 16:18:45 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-13 15:39:37 +0000
commit2c9ad8890860f47d03433405c57f33f514fcd456 (patch)
tree9c7f2e04f1ef474dea2fa1e644052bba90ef6afa /tests
parent4e50b8850f13bef14ec31710c31801330e41cc32 (diff)
downloadmorph-2c9ad8890860f47d03433405c57f33f514fcd456.tar.gz
Don't use repo or ref in test suite
Diffstat (limited to 'tests')
-rwxr-xr-xtests/show-dependencies.setup6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index edb9b6ab..e1cc71ae 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2012-2013 Codethink Limited
+# Copyright (C) 2012-2014 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
@@ -197,8 +197,6 @@ cat <<EOF > xfce-core.morph
"build-depends": [
{
"morph": "gtk-stack",
- "repo": "test:test-repo",
- "ref": "master"
}
],
"chunks": [
@@ -352,8 +350,6 @@ cat <<EOF > xfce-system.morph
"arch": "$(uname -m)",
"strata": [
{
- "repo": "test:test-repo",
- "ref": "master",
"build-mode": "test",
"morph": "xfce-core"
}