Sign in
apache
/
spamassassin
/
b2_6_0
/
.
/
t
/
zz_cleanup.t
blob: 859389c18781c7e733b4c3c753d7da809b9e3b31 [
file
] [
log
] [
blame
]
#!/usr/bin/perl
use
lib
'.'
;
use
lib
't'
;
use
SATest
;
sa_t_init
(
"zz_cleanup"
);
use
Test
;
BEGIN
{
plan tests
=>
1
};
use
File
::
Path
;
rmtree
(
"log"
);
ok
(
1
);