Fix reference to home directory. #24

This commit is contained in:
Andrey Smirnov
2014-06-27 23:30:04 +04:00
parent aeecc1ec91
commit 48d01f5700
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
Loading packages...
Generating metadata files and linking package files...
ERROR: unable to publish: unable to process packages: error linking file to /Users/smira/.aptly/public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz: file already exists and is different
ERROR: unable to publish: unable to process packages: error linking file to ${HOME}/.aptly/public/pool/main/p/pyspi/pyspi_0.6.1.orig.tar.gz: file already exists and is different

View File

@@ -563,3 +563,4 @@ class PublishRepo24Test(BaseTest):
]
runCmd = "aptly publish repo -keyring=${files}/aptly.pub -secret-keyring=${files}/aptly.sec -distribution=squeeze local-repo2"
expectedCode = 1
gold_processor = BaseTest.expand_environ