mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Fix config test dependency on $HOME.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -25,6 +25,8 @@ class BadConfigTest(BaseTest):
|
||||
runCmd = "aptly"
|
||||
expectedCode = 1
|
||||
|
||||
gold_processor = BaseTest.expand_environ
|
||||
|
||||
def prepare(self):
|
||||
self.prepare_remove_all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user