diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2021-01-28 11:02:21 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2021-01-28 11:02:21 +0000 |
| commit | 15763ada7b8dab9abe01d385a1ddada46ce5be46 (patch) | |
| tree | 7db0edd55ad20dc29aaf9f9a2b6cc80e56be19ed /challenge-024 | |
| parent | a5695655a91f2fadec40cc192144b5c66ad9e46e (diff) | |
| download | perlweeklychallenge-club-15763ada7b8dab9abe01d385a1ddada46ce5be46.tar.gz perlweeklychallenge-club-15763ada7b8dab9abe01d385a1ddada46ce5be46.tar.bz2 perlweeklychallenge-club-15763ada7b8dab9abe01d385a1ddada46ce5be46.zip | |
Remove temporary files produced by tests
Diffstat (limited to 'challenge-024')
| -rw-r--r-- | challenge-024/paulo-custodio/test.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/challenge-024/paulo-custodio/test.pl b/challenge-024/paulo-custodio/test.pl index 48d6cebbee..34227f7310 100644 --- a/challenge-024/paulo-custodio/test.pl +++ b/challenge-024/paulo-custodio/test.pl @@ -49,6 +49,11 @@ imagination The Raven.txt END +unlink "index.db3", + 'The Masque of the Red Death.txt', + 'The Fall of the House of Usher.txt', + 'The Cask of Amontillado.txt', + 'The Raven.txt'; done_testing; sub capture { |
