mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Use ${HOME}, fix test. #146
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Removing /Users/smira/.aptly/public/dists/def...
|
Removing ${HOME}/.aptly/public/dists/def...
|
||||||
Cleaning up prefix "." components main...
|
Cleaning up prefix "." components main...
|
||||||
|
|
||||||
Published repository has been removed successfully.
|
Published repository has been removed successfully.
|
||||||
|
|||||||
@@ -110,4 +110,4 @@ class CleanupDB9Test(BaseTest):
|
|||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
self.check_output()
|
self.check_output()
|
||||||
self.check_cmd_output("aptly publish drop def", "publish_drop")
|
self.check_cmd_output("aptly publish drop def", "publish_drop", match_prepare=self.expand_environ)
|
||||||
|
|||||||
Reference in New Issue
Block a user