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-004 | |
| 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-004')
| -rw-r--r-- | challenge-004/paulo-custodio/test.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-004/paulo-custodio/test.pl b/challenge-004/paulo-custodio/test.pl index b4996cfa00..243a023078 100644 --- a/challenge-004/paulo-custodio/test.pl +++ b/challenge-004/paulo-custodio/test.pl @@ -30,6 +30,7 @@ word END +unlink "words.txt"; done_testing; sub capture { |
