aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-02-24 03:03:50 -0600
committerame <[email protected]>2024-02-24 03:03:50 -0600
commitea535b120a4ff426b0d5a8458bde52bf2f049937 (patch)
treeaebfda99b19411626e3cab8b78dc72fd985dd5a5 /tests
parenta70b76bf071c34692bac99da252a3c74a355db71 (diff)
linux tests (wow so much shit was broken)
Diffstat (limited to 'tests')
-rw-r--r--tests/net.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net.lua b/tests/net.lua
index cb51ab5..bef4920 100644
--- a/tests/net.lua
+++ b/tests/net.lua
@@ -64,5 +64,5 @@ llib.net.listen(
end,
- 8080
+ arg[1]
)