From 67023aa43522fe6f191a101764e531c5138f3f5a Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Wed, 2 May 2012 21:35:13 -0700 Subject: [PATCH] (#14138) Fix spec test for aptitude changes. Fix spec test related to apttitude update -> apt-get update change, --- spec/defines/ppa_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/defines/ppa_spec.rb b/spec/defines/ppa_spec.rb index 9d4750b737..95830169b7 100644 --- a/spec/defines/ppa_spec.rb +++ b/spec/defines/ppa_spec.rb @@ -19,7 +19,7 @@ end it { should contain_exec("apt-update-#{t}").with( - 'command' => '/usr/bin/aptitude update', + 'command' => '/usr/bin/apt-get update', 'refreshonly' => true ) }