diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-25 15:31:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-07-25 15:31:04 -0300 |
commit | aa4c5cf190f77ab2730af5e21cfd2b830ff329df (patch) | |
tree | f78ecc3378989cd68cb4eaae67fb27dabb85f247 /testes/main.lua | |
parent | b47f2cd068fb14a27d3da6fb3d08305b7d7b354d (diff) | |
download | lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.tar.gz lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.tar.bz2 lua-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.zip |
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'.
Diffstat (limited to 'testes/main.lua')
-rw-r--r-- | testes/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/main.lua b/testes/main.lua index 582b39c0..c7bde0d9 100644 --- a/testes/main.lua +++ b/testes/main.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | # testing special comment on first line | 1 | # testing special comment on first line |
2 | -- $Id: main.lua,v 1.69 2018/06/19 12:23:50 roberto Exp $ | 2 | -- $Id: testes/main.lua $ |
3 | -- See Copyright Notice in file all.lua | 3 | -- See Copyright Notice in file all.lua |
4 | 4 | ||
5 | -- most (all?) tests here assume a reasonable "Unix-like" shell | 5 | -- most (all?) tests here assume a reasonable "Unix-like" shell |