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/strings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/strings.lua') diff --git a/testes/strings.lua b/testes/strings.lua index dd720b65..1260dbcc 100644 --- a/testes/strings.lua +++ b/testes/strings.lua @@ -1,4 +1,4 @@ --- $Id: strings.lua,v 1.89 2018/06/19 12:25:15 roberto Exp $ +-- $Id: testes/strings.lua $ -- See Copyright Notice in file all.lua print('testing strings and string library') -- cgit v1.2.3-55-g6feb