mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix some requires in unittest.lua
This commit is contained in:
parent
d95cbeb2b9
commit
739fee324b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@
|
|||
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
||||
|
||||
local stdnse = require "stdnse"
|
||||
local nsedebug = require "nsedebug"
|
||||
local string = require "string"
|
||||
local debug = require "debug"
|
||||
local table = require "table"
|
||||
local nmap = require "nmap"
|
||||
_ENV = stdnse.module("unittest", stdnse.seeall)
|
||||
|
||||
local libs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue