We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e27e2f + a09415f commit 2c16779Copy full SHA for 2c16779
spec/modules/payloads_spec.rb
@@ -2105,6 +2105,16 @@
2105
reference_name: 'linux/x64/exec'
2106
end
2107
2108
+ context 'linux/x64/set_hostname' do
2109
+ it_should_behave_like 'payload cached size is consistent',
2110
+ ancestor_reference_names: [
2111
+ 'singles/linux/x64/set_hostname'
2112
+ ],
2113
+ dynamic_size: false,
2114
+ modules_pathname: modules_pathname,
2115
+ reference_name: 'linux/x64/set_hostname'
2116
+ end
2117
+
2118
context 'linux/x64/pingback_bind_tcp' do
2119
it_should_behave_like 'payload cached size is consistent',
2120
ancestor_reference_names: [
0 commit comments