Skip to content

Commit 4f846ee

Browse files
committed
Fixed paload spec
1 parent d9f1a06 commit 4f846ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/modules/payloads_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
ancestor_reference_names: [
766766
'singles/cmd/unix/bind_perl'
767767
],
768-
dynamic_size: true,
768+
dynamic_size: false,
769769
modules_pathname: modules_pathname,
770770
reference_name: 'cmd/unix/bind_perl'
771771
end
@@ -775,7 +775,7 @@
775775
ancestor_reference_names: [
776776
'singles/cmd/unix/bind_perl_ipv6'
777777
],
778-
dynamic_size: true,
778+
dynamic_size: false,
779779
modules_pathname: modules_pathname,
780780
reference_name: 'cmd/unix/bind_perl_ipv6'
781781
end
@@ -2692,7 +2692,7 @@
26922692
ancestor_reference_names: [
26932693
'singles/php/bind_perl'
26942694
],
2695-
dynamic_size: false,
2695+
dynamic_size: true,
26962696
modules_pathname: modules_pathname,
26972697
reference_name: 'php/bind_perl'
26982698
end
@@ -2702,7 +2702,7 @@
27022702
ancestor_reference_names: [
27032703
'singles/php/bind_perl_ipv6'
27042704
],
2705-
dynamic_size: false,
2705+
dynamic_size: true,
27062706
modules_pathname: modules_pathname,
27072707
reference_name: 'php/bind_perl_ipv6'
27082708
end

0 commit comments

Comments
 (0)