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/all.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 '')
-rwxr-xr-x | testes/all.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/all.lua b/testes/all.lua index 37796254..26d24976 100755 --- a/testes/all.lua +++ b/testes/all.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | #!../lua | 1 | #!../lua |
2 | -- $Id: all.lua $ | 2 | -- $Id: testes/all.lua $ |
3 | -- See Copyright Notice at the end of this file | 3 | -- See Copyright Notice at the end of this file |
4 | 4 | ||
5 | 5 | ||