Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t/harness] parrot libs can also be in parrot/lib
  • Loading branch information
moritz committed Feb 7, 2009
1 parent f990451 commit a26b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -8,7 +8,7 @@
use FindBin;
use File::Spec;
use Getopt::Long qw(:config pass_through);
use lib qw( ../../lib );
use lib qw( parrot/lib ../../lib );
use strict;

our %harness_args;
Expand Down

0 comments on commit a26b223

Please sign in to comment.