Skip to content

Commit 1322cb0

Browse files
committed
Clean find_first2 specs
1 parent 8328c5c commit 1322cb0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

spec/lib/msf/core/exploit/smb/server/share/command/trans2/find_first2_spec.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,12 @@
1818
let(:client_string) { '' }
1919
let(:client) { StringIO.new(client_string) }
2020

21-
let(:valid_find_file_names_info_request) do
22-
""
23-
end
24-
2521
let(:valid_find_file_both_directory_info_params) do
2622
"\x16\x00\x56\x05\x07\x00\x04\x01\x00\x00\x00\x00\x5c\x00\x74\x00" +
2723
"\x65\x00\x73\x00\x74\x00\x2e\x00\x65\x00\x78\x00\x65\x00\x00\x00"
2824
end
2925
let(:find_file_both_directory_info_res_length) { 179 }
3026

31-
let(:valid_find_file_full_directory_info_request) do
32-
""
33-
end
34-
3527
before(:each) do
3628
mod.instance_variable_set('@state', {
3729
client => {

0 commit comments

Comments
 (0)