]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit - spec/unit/facter/apt_has_updates_spec.rb
Fix tests to reflect behavior fixed on 1.7.x
authorMorgan Haskel <morgan@puppetlabs.com>
Mon, 27 Oct 2014 14:10:52 +0000 (10:10 -0400)
committerMorgan Haskel <morgan@puppetlabs.com>
Mon, 27 Oct 2014 14:10:52 +0000 (10:10 -0400)
commit2fdad79f74c4af95557f0522b4c90fa6d14084d9
treec48c26707f6ea988b1287bc319756ff709bb6011
parent20ddb6771466e8db0135f74a6ee40fa897632234
Fix tests to reflect behavior fixed on 1.7.x

The facts don't really work with 2>&1 in the case of an error, so you
want 2>/dev/null instead.
spec/unit/facter/apt_has_updates_spec.rb
spec/unit/facter/apt_package_updates_spec.rb
spec/unit/facter/apt_security_updates_spec.rb
spec/unit/facter/apt_updates_spec.rb