From 5d7dec552044303abc0d469d430c1fbec3c7b635 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 17 Dec 2018 15:19:56 -0200 Subject: [PATCH] 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 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.