mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
fix the Lua tests.
This commit is contained in:
parent
30c35d31be
commit
713641fb2f
1 changed files with 2 additions and 1 deletions
|
|
@ -2,12 +2,13 @@
|
|||
|
||||
while true do
|
||||
|
||||
data = io.stdin:read(1024)
|
||||
data = io.stdin:read(1)
|
||||
|
||||
if data == nil then
|
||||
break
|
||||
end
|
||||
|
||||
io.write(data:upper())
|
||||
io.flush()
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue