oops.. remove out paths.

This commit is contained in:
Tom van Dijck 2015-06-08 11:12:17 -07:00
parent c3c2045d92
commit fc9c8d224d

View File

@ -434,8 +434,8 @@
end end
function suite.normalize_singleDot() function suite.normalize_singleDot()
local p = path.normalize("../../generated/Protocol/External/BattlePay/./asterion.pb.cc") local p = path.normalize("../../p1/p2/p3/p4/./a.pb.cc")
test.isequal("../../generated/Protocol/External/BattlePay/asterion.pb.cc", p) test.isequal("../../p1/p2/p3/p4/a.pb.cc", p)
end end
function suite.normalize() function suite.normalize()