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/big.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/big.lua')
-rw-r--r-- | testes/big.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/big.lua b/testes/big.lua index ebee1ec0..150d15dc 100644 --- a/testes/big.lua +++ b/testes/big.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | -- $Id: big.lua,v 1.35 2018/03/09 14:23:48 roberto Exp $ | 1 | -- $Id: testes/big.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | if _soft then | 4 | if _soft then |