Skip to content

Commit abe932c

Browse files
authored
Update payloads_spec.rb
1 parent b6d9172 commit abe932c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spec/modules/payloads_spec.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5200,6 +5200,15 @@
52005200
reference_name: 'windows/aarch64/exec'
52015201
end
52025202

5203+
context 'windows/x64/download_exec' do
5204+
it_should_behave_like 'payload cached size is consistent',
5205+
ancestor_reference_names: [
5206+
'singles/windows/x64/download_exec'
5207+
],
5208+
dynamic_size: false,
5209+
modules_pathname: modules_pathname,
5210+
reference_name: 'windows/x64/download_exec'
5211+
end
52035212

52045213
context 'windows/x64/custom/bind_ipv6_tcp' do
52055214
it_should_behave_like 'payload is not cached',

0 commit comments

Comments
 (0)