proxmox-spamassassin/upstream/t/zz_cleanup.t
Stoiko Ivanov 37ef577538 buildsys: drop upstream tarball and add extracted sources
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-03-24 18:19:35 +01:00

15 lines
304 B
Perl
Executable File

#!/usr/bin/perl -T
use lib '.'; use lib 't';
use SATest; sa_t_init("zz_cleanup");
use Test::More tests => 1;
use File::Path;
# jm: off! we want to keep the logs around in case something failed,
# so we can see what it was. esp. important in case of intermittent
# failures.
# rmtree ("log");
ok (1);