summaryrefslogtreecommitdiff
path: root/testes/sort.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-25 15:31:04 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-07-25 15:31:04 -0300
commitaa4c5cf190f77ab2730af5e21cfd2b830ff329df (patch)
treef78ecc3378989cd68cb4eaae67fb27dabb85f247 /testes/sort.lua
parentb47f2cd068fb14a27d3da6fb3d08305b7d7b354d (diff)
downloadlua-github-aa4c5cf190f77ab2730af5e21cfd2b830ff329df.tar.gz
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/sort.lua')
-rw-r--r--testes/sort.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/sort.lua b/testes/sort.lua
index 6eb9b706..ef405d92 100644
--- a/testes/sort.lua
+++ b/testes/sort.lua
@@ -1,4 +1,4 @@
--- $Id: sort.lua,v 1.39 2018/03/12 13:51:02 roberto Exp $
+-- $Id: testes/sort.lua $
-- See Copyright Notice in file all.lua
print "testing (parts of) table library"