mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Fix system test, use ${HOME}. #80
This commit is contained in:
@@ -20,5 +20,5 @@ Source: nginx
|
||||
Tag: network::server, protocol::http, role::program
|
||||
|
||||
Files in the pool:
|
||||
/Users/smira/.aptly/pool/58/6a/nginx-full_1.2.1-2.2+wheezy2_amd64.deb
|
||||
${HOME}/.aptly/pool/58/6a/nginx-full_1.2.1-2.2+wheezy2_amd64.deb
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ class ShowPackage4Test(BaseTest):
|
||||
"""
|
||||
fixtureDB = True
|
||||
outputMatchPrepare = lambda _, s: "\n".join(sorted(s.split("\n")))
|
||||
gold_processor = BaseTest.expand_environ
|
||||
runCmd = "aptly package show -with-files nginx-full_1.2.1-2.2+wheezy2_amd64"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user