Update pin_spec test to match quote removal.
(cherry picked from commit d28dc494aa
)
This commit is contained in:
parent
5d43c20d1e
commit
bffef4142a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ describe 'apt::pin', :type => :define do
|
|||
:priority => '1',
|
||||
:origin => 'ftp.de.debian.org'
|
||||
},
|
||||
:content => "# my_pin\nExplanation: : my_pin\nPackage: *\nPin: origin \"ftp.de.debian.org\"\nPin-Priority: 1\n"
|
||||
:content => "# my_pin\nExplanation: : my_pin\nPackage: *\nPin: origin ftp.de.debian.org\nPin-Priority: 1\n"
|
||||
},
|
||||
{
|
||||
:params => {
|
||||
|
|
Loading…
Reference in a new issue