Skip to content

Commit

Permalink
Delete serial0 with unlink instead of rmtree
Browse files Browse the repository at this point in the history
Co-authored-by: Tina Müller (tinita) <cpan2@tinita.de>
  • Loading branch information
josegomezr and perlpunk committed Jan 5, 2024
1 parent 2ab2c57 commit b4802c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/14-isotovideo.t
Expand Up @@ -399,7 +399,7 @@ subtest 'publish assets' => sub {
done_testing();

END {
rmtree "./serial0";
unlink "./serial0";
rmtree "$Bin/data/tests/product";
rmtree "$data_dir/wheels_dir/writer";
rmtree "$pool_dir/writer";
Expand Down

0 comments on commit b4802c6

Please sign in to comment.