File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test/integration/default/controls Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 held_packages = {
2525 # We use this test for held packages in a list,
2626 # with no version (current version).
27- ' iotop' : ''
27+ iotop : ''
2828 }
2929 lock_file = '/etc/yum/pluginconf.d/versionlock.list'
3030when 'fedora'
3131 platform_packages = [ 'python3-dnf-plugin-versionlock' ]
3232 held_packages = {
33- ' alien' : '8.95-8.fc29' ,
34- ' iotop' : '0.6-18.fc29'
33+ alien : '8.95-8.fc29' ,
34+ iotop : '0.6-18.fc29'
3535 }
3636 lock_file = '/etc/dnf/plugins/versionlock.list'
3737# Adding empty Suse entries, to get tests passing
4343when 'debian'
4444 platform_packages = %w[ ]
4545 held_packages = {
46- ' alien' : '8.95' ,
46+ alien : '8.95' ,
4747 # To match also ubuntu16's
48- ' iotop' : '0.6-'
48+ iotop : '0.6-'
4949 }
5050 lock_file = '/var/lib/dpkg/status'
5151when 'linux'
You can’t perform that action at this time.
0 commit comments