Skip to content

Commit

Permalink
merged pull request #6 on github
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.coderepos.org/share/lang/perl/Encode/trunk@39211 d0d07461-0603-4401-acd4-de1884942a52
  • Loading branch information
dankogai committed Feb 18, 2013
1 parent 8a6b0f4 commit 2b9ab89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/piconv.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b9ab89

Please sign in to comment.