Skip to content

Commit bc3670a

Browse files
committed
Fix jq spec test failure die to deprecation of --argfile
1 parent 1d48014 commit bc3670a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Verify jq version is updated enough to accept 2 argfile parameters
1818
describe bash("jq --argfile") do
1919
its('stderr') { should match /jq: --argfile takes two parameters/ }
20-
end unless instance.custom_ami? || os_properties.alinux2023?
20+
end unless instance.custom_ami? || os_properties.alinux2023? || os_properties.ubuntu2404?
2121
# Need to change the jq --argfile commands as its deprecated in 1.7( latest)
2222

2323
unless os_properties.centos7?

0 commit comments

Comments
 (0)