Skip to content

Commit 4ff211e

Browse files
author
HD Moore
committed
Fix the spec to allow for 1 or more spaces between
1 parent 84c0504 commit 4ff211e

File tree

1 file changed

+2
-2
lines changed
  • spec/support/shared/contexts/msf/util

1 file changed

+2
-2
lines changed

spec/support/shared/contexts/msf/util/exe.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
{ :format => "elf", :arch => "x86", :file_fp => /ELF 32.*SYSV/ },
5050
{ :format => "elf", :arch => "x64", :file_fp => /ELF 64.*SYSV/ },
5151
{ :format => "elf", :arch => "armle", :file_fp => /ELF 32.*ARM/ },
52-
{ :format => "elf", :arch => "mipsbe", :file_fp => /ELF 32-bit MSB executable, MIPS/ },
53-
{ :format => "elf", :arch => "mipsle", :file_fp => /ELF 32-bit LSB executable, MIPS/ },
52+
{ :format => "elf", :arch => "mipsbe", :file_fp => /ELF 32-bit MSB\s+executable, MIPS/ },
53+
{ :format => "elf", :arch => "mipsle", :file_fp => /ELF 32-bit LSB\s+executable, MIPS/ },
5454
{ :format => "war", :arch => "x86", :file_fp => /zip|jar/i },
5555
{ :format => "war", :arch => "x64", :file_fp => /zip|jar/i },
5656
{ :format => "war", :arch => "armle", :file_fp => /zip|jar/i },

0 commit comments

Comments
 (0)