From aa4c5cf190f77ab2730af5e21cfd2b830ff329df Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 25 Jul 2018 15:31:04 -0300 Subject: Added directory to test file names in '$Id:' From the point of view of 'git', all names are relative to the root directory of the project. So, file names in '$Id:' also should be relative to that directory: the proper name for test file 'all.lua' is 'testes/all.lua'. --- testes/math.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/math.lua') diff --git a/testes/math.lua b/testes/math.lua index e5c9d8ec..853dc20f 100644 --- a/testes/math.lua +++ b/testes/math.lua @@ -1,4 +1,4 @@ --- $Id: math.lua,v 1.86 2018/05/09 14:55:52 roberto Exp roberto $ +-- $Id: testes/math.lua $ -- See Copyright Notice in file all.lua print("testing numbers and math lib") -- cgit v1.2.3-55-g6feb