From 5027298b46c1e436bc7a007554139a29f34c2971 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 12 Aug 2020 16:58:51 -0300 Subject: Added directory 'testes/libs/P1' to the repository This directory is used for some tests. As standard Lua has no command to create directories, it must be present before running the tests. --- testes/libs/P1/dummy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testes/libs/P1/dummy diff --git a/testes/libs/P1/dummy b/testes/libs/P1/dummy new file mode 100644 index 00000000..b0468a0a --- /dev/null +++ b/testes/libs/P1/dummy @@ -0,0 +1,2 @@ +# This is a dummy file just to make git keep the otherwise empty +# directory 'P1' in the repository. -- cgit v1.2.3-55-g6feb