Skip to content

Commit 42ee98e

Browse files
(MODULES-11617) Replace apt with apt-cache when using with grep
1 parent 73fc966 commit 42ee98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/apt_backports_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
end
1818

1919
it 'provides backports apt sources' do
20-
run_shell('apt policy | grep --quiet backports')
20+
run_shell('apt-cache policy | grep --quiet backports')
2121
end
2222
end
2323
end

0 commit comments

Comments
 (0)