|
38 | 38 | its(:content) { should match apt_line_re[false, 'deb', 'http://security.debian.org/debian-security', 'stable-security', 'main', 'contrib', 'non-free'] }
|
39 | 39 | its(:content) { should match apt_line_re[false, 'deb-src', 'http://security.debian.org/debian-security', 'stable-security', 'main', 'contrib', 'non-free'] }
|
40 | 40 | ## testing
|
41 |
| - its(:content) { should match apt_line_re[false, 'deb', 'http://deb.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free'] } |
42 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free'] } |
| 41 | + its(:content) { should match apt_line_re[false, 'deb', 'http://deb.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 42 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
43 | 43 | ## sid
|
44 |
| - its(:content) { should match apt_line_re[true, 'deb', 'http://deb.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free'] } |
45 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free'] } |
| 44 | + its(:content) { should match apt_line_re[true, 'deb', 'http://deb.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 45 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
46 | 46 | ## experimental
|
47 |
| - its(:content) { should match apt_line_re[false, 'deb', 'http://deb.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free'] } |
48 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free'] } |
| 47 | + its(:content) { should match apt_line_re[false, 'deb', 'http://deb.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 48 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://deb.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
49 | 49 | end
|
50 | 50 |
|
51 | 51 | describe file('/etc/apt/apt.conf.d/proxy.conf') do
|
|
208 | 208 | its(:content) { should match apt_line_re[false, 'deb', 'http://security.debian.org/debian-security', 'stable-security', 'main', 'contrib', 'non-free'] }
|
209 | 209 | its(:content) { should match apt_line_re[false, 'deb-src', 'http://security.debian.org/debian-security', 'stable-security', 'main', 'contrib', 'non-free'] }
|
210 | 210 | ## testing
|
211 |
| - its(:content) { should match apt_line_re[false, 'deb', 'http://ftp.jp.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free'] } |
212 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free'] } |
| 211 | + its(:content) { should match apt_line_re[false, 'deb', 'http://ftp.jp.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 212 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'testing', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
213 | 213 | ## sid
|
214 |
| - its(:content) { should match apt_line_re[true, 'deb', 'http://ftp.jp.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free'] } |
215 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free'] } |
| 214 | + its(:content) { should match apt_line_re[true, 'deb', 'http://ftp.jp.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 215 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'sid', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
216 | 216 | ## experimental
|
217 |
| - its(:content) { should match apt_line_re[false, 'deb', 'http://ftp.jp.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free'] } |
218 |
| - its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free'] } |
| 217 | + its(:content) { should match apt_line_re[false, 'deb', 'http://ftp.jp.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
| 218 | + its(:content) { should match apt_line_re[false, 'deb-src', 'http://ftp.jp.debian.org/debian/', 'experimental', 'main', 'contrib', 'non-free', 'non-free-firmware'] } |
219 | 219 | end
|
220 | 220 |
|
221 | 221 |
|
|
0 commit comments