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'.
This commit is contained in:
Roberto Ierusalimschy
2018-07-25 15:31:04 -03:00
parent b47f2cd068
commit aa4c5cf190
29 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
# testing special comment on first line
-- $Id: main.lua,v 1.69 2018/06/19 12:23:50 roberto Exp $
-- $Id: testes/main.lua $
-- See Copyright Notice in file all.lua
-- most (all?) tests here assume a reasonable "Unix-like" shell