freebsd-ports/converters/p5-Encode/files/patch-tpiconv
Steve Wills 763cb66897 - Add patch to fix tests
PR:		ports/164413
Submitted by:	swills (myself)
Approved by:	maintainer timeout (rafan, > 3 weeks)
2012-02-19 14:50:06 +00:00

13 lines
436 B
Text

--- t/piconv.t
+++ t/piconv.t
@@ -27,8 +27,8 @@ sub run_cmd (;$$);
my $blib =
File::Spec->rel2abs(
- File::Spec->catdir( $FindBin::RealBin, File::Spec->updir, 'blib' ) );
-my $script = File::Spec->catdir($blib, 'script', 'piconv');
+ File::Spec->catdir( $FindBin::RealBin, File::Spec->updir ) );
+my $script = File::Spec->catdir($blib, 'bin', 'piconv');
my @base_cmd = ( $^X, "-Mblib=$blib", $script );
plan tests => 5;