Skip to content

Commit 229b728

Browse files
committed
Move debugging output into actual check
1 parent 66d9625 commit 229b728

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/e2e/00_package_spec.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@
108108
it { is_expected.to be_grouped_into('root') }
109109
end
110110

111-
it 'dumps gems with world write' do
112-
on hosts, "find #{ood_gems_path} -perm /002 ! -type l -exec ls -la {} \\;"
113-
end
114-
describe command("find #{ood_gems_path} -perm /002 ! -type l") do
111+
describe command("find #{ood_gems_path} -perm /002 ! -type l -exec ls -la {} \\;") do
115112
its(:stdout) { is_expected.to be_empty }
116113
end
117114
end

0 commit comments

Comments
 (0)