summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-30 13:24:11 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-30 13:24:11 +0000
commit420179528d3144ebed06aceb0df98b3f42ce65ba (patch)
treed5cecad299bf5f6c96447836b9010417eae832ef
parent68ceb2f827aaa5fcec9902a18331f2a1e2226ed1 (diff)
downloadmorph-420179528d3144ebed06aceb0df98b3f42ce65ba.tar.gz
Test that defaults are unset
-rw-r--r--morphlib/morphloader_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/morphloader_tests.py b/morphlib/morphloader_tests.py
index 64e4a423..1224cdaa 100644
--- a/morphlib/morphloader_tests.py
+++ b/morphlib/morphloader_tests.py
@@ -650,8 +650,9 @@ build-system: dummy
{
'name': 'bar',
"ref": "bar",
- 'build-mode': 'bootstrap',
+ 'build-mode': 'staging',
'build-depends': [],
+ 'prefix': '/usr',
},
],
}