This commit is contained in:
danj 2017-05-14 15:46:10 +00:00
parent 8e6ef028f0
commit 4360c2ff71

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-test_lua,v 1.1.1.1 2010/07/26 01:17:48 jolan Exp $
--- test.lua.orig Sun Jul 25 19:41:57 2010
+++ test.lua Sun Jul 25 20:10:16 2010
$OpenBSD: patch-test_lua,v 1.2 2017/05/14 15:46:10 danj Exp $
Index: test.lua
--- test.lua.orig
+++ test.lua
@@ -1,8 +1,8 @@
print "1..9"
@ -12,7 +13,7 @@ $OpenBSD: patch-test_lua,v 1.1.1.1 2010/07/26 01:17:48 jolan Exp $
local tap = require("tap")
local lz = require("zlib")
@@ -107,4 +107,4 @@ function test_version()
@@ -139,4 +139,4 @@ function test_version()
ok(type(patch) == "number", "patch version is number (" .. patch .. ")")
end