Skip to content

Commit 99848fb

Browse files
committed
test 10
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 42da721 commit 99848fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aptly.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ def install
3535

3636
(testpath/".aptly.conf").write("{}")
3737
result = shell_output("#{bin}/aptly -config='#{testpath}/.aptly.conf' mirror list")
38-
assert_match "No mirrors found, create one with", result
38+
assert_match "No mirrors found, create one with", result
39+
end
40+
end

0 commit comments

Comments
 (0)