Skip to content
Snippets Groups Projects
Commit 59031751 authored by Andrius Merkys's avatar Andrius Merkys
Browse files

Adding patch to fix executable path to checkdigits.

parent 886ec29e
No related branches found
No related tags found
No related merge requests found
--- a/t/script-checkdigits.t
+++ b/t/script-checkdigits.t
@@ -8,6 +8,8 @@
my $perl = Probe::Perl->find_perl_interpreter;
my $script = File::Spec->catfile(qw/bin checkdigits.pl/);
+if (!-e $script) { $script = '/usr/bin/checkdigits' }
+
# first check whether script with option -help or -man runs
#
is(system($perl, $script, '-help'),0, "run with -help");
fix-national-encoding.patch
path-to-checkdigits.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment