summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-30 13:24:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-03 14:40:41 +0000
commit7a2afc221a394292372b2f988dde56c53853b204 (patch)
tree50d3956366c34562424aadac22ccd1fffdd53a34
parent6bb62784ee2bf68852f0b7c21f7c946fadc75dc4 (diff)
downloadmorph-7a2afc221a394292372b2f988dde56c53853b204.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',
},
],
}