Fix config test dependency on $HOME.

This commit is contained in:
Andrey Smirnov
2014-01-21 17:21:01 +04:00
parent a9cb70dc08
commit 06ed37225a
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
ERROR: error loading config file /Users/smira/.aptly.conf: invalid character 's' looking for beginning of object key string
ERROR: error loading config file ${HOME}/.aptly.conf: invalid character 's' looking for beginning of object key string

View File

@@ -25,6 +25,8 @@ class BadConfigTest(BaseTest):
runCmd = "aptly"
expectedCode = 1
gold_processor = BaseTest.expand_environ
def prepare(self):
self.prepare_remove_all()