]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Drop files which is supposed to be generated
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 17 Dec 2021 12:05:04 +0000 (13:05 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 17 Dec 2021 12:05:04 +0000 (13:05 +0100)
tests/test_env.sh [deleted file]

diff --git a/tests/test_env.sh b/tests/test_env.sh
deleted file mode 100644 (file)
index b80ed59..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-srcdir="$(atf_get_srcdir)"
-export PATH="$srcdir/../src:${PATH}"
-
-selfdir="/home/bapt/dev/mlmmjng/tests"
-LIBRARY_PATH_ENV="LIBRARY_PATH"
-SYSROOT_DIR="${selfdir}"
-
-prefix="/usr/local"
-exec_prefix="${prefix}"
-datarootdir="${prefix}/share"
-pcpath="@PKG_DEFAULT_PATH@"
-
-tests_init()
-{
-       TESTS="$@"
-       export TESTS
-       for t ; do
-               atf_test_case $t
-       done
-}
-
-atf_init_test_cases() {
-       for t in ${TESTS}; do
-               atf_add_test_case $t
-       done
-}
-
-init_ml()
-{
-       local ml="$1"
-       mkdir "$ml"
-       for d in incoming queue queue/discarded archive text subconf unsubconf \
-               bounce control moderation subscribers.d digesters.d requeue \
-               nomailsubs.d; do
-               mkdir $ml/$d
-       done
-}