Skip to content

Commit b3faa01

Browse files
committed
Fix enroot kitchen tests
1 parent 3e15b87 commit b3faa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/test/controls/enroot_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434

3535
describe 'enroot service should be disabled' do
3636
subject { command("enroot version") }
37-
its('exit_status') { should eq 127 }
37+
its('exit_status') { should cmp > 0 }
3838
end
3939
end

0 commit comments

Comments
 (0)