mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
fix the Lua tests.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user