Use ${HOME}, fix test. #146

This commit is contained in:
Andrey Smirnov
2014-11-27 00:55:28 +03:00
parent 42bf2f5e98
commit eec6743fe4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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)