Skip to content

Commit

Permalink
[cage] Improve _pir_stdin_output_slurp ./parrot vs parrot.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jan 4, 2013
1 parent 7ea6587 commit ef57ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Parrot/Test.pm
Expand Up @@ -602,7 +602,7 @@ sub _pir_stdin_output_slurp {
my $input_file = $stuff->($input_string);
my $code_file = $stuff->($code);

my $parrot = ".$PConfig{slash}parrot$PConfig{exe}";
my $parrot = File::Spec->join( File::Spec->curdir(), 'parrot' . $PConfig{exe} );
# Slurp and compare the output.
my $result = do {
local $/;
Expand Down

0 comments on commit ef57ae2

Please sign in to comment.