mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
Index: test.lua
|
|
--- test.lua.orig
|
|
+++ test.lua
|
|
@@ -12,6 +12,8 @@ print("------------------------------------")
|
|
|
|
local unpack = unpack or table.unpack
|
|
|
|
+local cmsgpack = require 'cmsgpack'
|
|
+
|
|
passed = 0
|
|
failed = 0
|
|
skipped = 0
|