From 778048e4158ce9e173b134fc6c863847f5f0d39c Mon Sep 17 00:00:00 2001 From: Martin Fouilleul Date: Wed, 9 Aug 2023 15:32:43 +0200 Subject: [PATCH] renamed test/ to tests/ --- {test => tests}/bulkmem/build.sh | 0 {test => tests}/bulkmem/main.c | 0 {test => tests}/files/bin/test_files | Bin {test => tests}/files/build.bat | 0 {test => tests}/files/build.sh | 0 {test => tests}/files/data/directory/test.txt | 0 {test => tests}/files/data/jail/dir/test.txt | 0 {test => tests}/files/data/jail/dir_escape | 0 {test => tests}/files/data/jail/file_escape | 0 {test => tests}/files/data/jail/test.txt | 0 {test => tests}/files/data/regular.txt | 0 {test => tests}/files/data/symlink | 0 {test => tests}/files/main.c | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/bulkmem/build.sh (100%) rename {test => tests}/bulkmem/main.c (100%) rename {test => tests}/files/bin/test_files (100%) rename {test => tests}/files/build.bat (100%) rename {test => tests}/files/build.sh (100%) rename {test => tests}/files/data/directory/test.txt (100%) rename {test => tests}/files/data/jail/dir/test.txt (100%) rename {test => tests}/files/data/jail/dir_escape (100%) rename {test => tests}/files/data/jail/file_escape (100%) rename {test => tests}/files/data/jail/test.txt (100%) rename {test => tests}/files/data/regular.txt (100%) rename {test => tests}/files/data/symlink (100%) rename {test => tests}/files/main.c (100%) diff --git a/test/bulkmem/build.sh b/tests/bulkmem/build.sh similarity index 100% rename from test/bulkmem/build.sh rename to tests/bulkmem/build.sh diff --git a/test/bulkmem/main.c b/tests/bulkmem/main.c similarity index 100% rename from test/bulkmem/main.c rename to tests/bulkmem/main.c diff --git a/test/files/bin/test_files b/tests/files/bin/test_files similarity index 100% rename from test/files/bin/test_files rename to tests/files/bin/test_files diff --git a/test/files/build.bat b/tests/files/build.bat similarity index 100% rename from test/files/build.bat rename to tests/files/build.bat diff --git a/test/files/build.sh b/tests/files/build.sh similarity index 100% rename from test/files/build.sh rename to tests/files/build.sh diff --git a/test/files/data/directory/test.txt b/tests/files/data/directory/test.txt similarity index 100% rename from test/files/data/directory/test.txt rename to tests/files/data/directory/test.txt diff --git a/test/files/data/jail/dir/test.txt b/tests/files/data/jail/dir/test.txt similarity index 100% rename from test/files/data/jail/dir/test.txt rename to tests/files/data/jail/dir/test.txt diff --git a/test/files/data/jail/dir_escape b/tests/files/data/jail/dir_escape similarity index 100% rename from test/files/data/jail/dir_escape rename to tests/files/data/jail/dir_escape diff --git a/test/files/data/jail/file_escape b/tests/files/data/jail/file_escape similarity index 100% rename from test/files/data/jail/file_escape rename to tests/files/data/jail/file_escape diff --git a/test/files/data/jail/test.txt b/tests/files/data/jail/test.txt similarity index 100% rename from test/files/data/jail/test.txt rename to tests/files/data/jail/test.txt diff --git a/test/files/data/regular.txt b/tests/files/data/regular.txt similarity index 100% rename from test/files/data/regular.txt rename to tests/files/data/regular.txt diff --git a/test/files/data/symlink b/tests/files/data/symlink similarity index 100% rename from test/files/data/symlink rename to tests/files/data/symlink diff --git a/test/files/main.c b/tests/files/main.c similarity index 100% rename from test/files/main.c rename to tests/files/main.c