From a487eec3e3e7c1c5552d17acd0db8cd5dcc59fc7 Mon Sep 17 00:00:00 2001
From: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Date: Sun, 27 Nov 2022 10:32:13 +0100
Subject: Continue cleanup of the test cases

 - Force all tests into their proper sub directory
 - Temporarily remove the corpora tests. They have been used for
   regression tests before releases and are disabled by default, so
   we should not ship them either. A script should be added for that,
   downloading what is needed.
 - The "pack a directory" test is also removed. It was rather hacky
   and there already is a test case for the fstree_from_dir function,
   which isn't ideal either. Something should be added to the
   regression test suite.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index a6f0c10..add3529 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,6 +43,7 @@ m4/lt*.m4
 Doxyfile
 tests/*.sh
 tests/rdsquashfs/*.sh
+tests/tar2sqfs/*.sh
 /mknastyfs
 /mk42sqfs
 /extract_one
-- 
cgit v1.2.3