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/errors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testes/errors.lua') diff --git a/testes/errors.lua b/testes/errors.lua index 19a7b6fa..142e8b33 100644 --- a/testes/errors.lua +++ b/testes/errors.lua @@ -1,4 +1,4 @@ --- $Id: errors.lua $ +-- $Id: testes/errors.lua $ -- See Copyright Notice in file all.lua print("testing errors") -- cgit v1.2.3-55-g6feb