Skip to content

Commit

Permalink
t/aa.t set UNLINK on tempfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 27, 2024
1 parent ae794fe commit 995001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/aa.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for my $term (sort @valid_terms) {
ok $suffix, 'have suffix';

my (undef, $testoutput) = tempfile('pdl_graphics_gnuplot_test_aa_XXXXXXX',
SUFFIX => $suffix);
SUFFIX => $suffix, UNLINK => 1);

my $x = zeroes(50)->xlinvals(0, 7);
my $w = gpwin($term, output => $testoutput, aa => 2);
Expand Down

0 comments on commit 995001b

Please sign in to comment.