We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42da721 commit 99848fbCopy full SHA for 99848fb
aptly.rb
@@ -35,4 +35,6 @@ def install
35
36
(testpath/".aptly.conf").write("{}")
37
result = shell_output("#{bin}/aptly -config='#{testpath}/.aptly.conf' mirror list")
38
- assert_match "No mirrors found, create one with", result
+ assert_match "No mirrors found, create one with", result
39
+ end
40
+end
0 commit comments