Skip to content

Commit 431cb2a

Browse files
author
Himani Anil Deshpande
committed
[NVIDIA-IMEX] Correcting kitchen test
1 parent af90597 commit 431cb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
its('owner') { should eq 'root' }
3030
its('group') { should eq 'root' }
3131
its('mode') { should cmp '0755' }
32-
its('content') { should match %r{/IMEX_NODE_CONFIG_FILE=#{nvidia_imex_dir}/nodes_config.cfg/} }
32+
its('content') { should match %r{IMEX_NODE_CONFIG_FILE=#{nvidia_imex_dir}/nodes_config.cfg} }
3333
end
3434

3535
describe file("#{nvidia_imex_dir}/nodes_config.cfg") do

0 commit comments

Comments
 (0)