Skip to content

Commit

Permalink
Use program name from variable, not hard-coded value
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jul 7, 2023
1 parent 32b113e commit abab0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mimedecode/000.basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SKIP: {
skip "$program needs at least Perl $minimum_version. Skipping...", 1
unless $] >= $minimum_version;
require './t/lib/common.pl';
sanity_test('bin/mimedecode');
sanity_test($program);
}

done_testing();

0 comments on commit abab0b5

Please sign in to comment.