Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correctly interpolate executable name
  • Loading branch information
FROGGS committed Jan 23, 2014
1 parent 0faa8bb commit 8f066b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET.t
Expand Up @@ -70,7 +70,7 @@ if $*OS eq any <linux Linux darwin solaris MSWin32>, 'Mac OS X' { # please add m

my $is-win;
$is-win = True if $*OS eq 'MSWin32';
my $runner = "PERL6_BINARY=$*EXECUTABLE_NAME.path.absolute";
my $runner = "PERL6_BINARY={$*EXECUTABLE_NAME.path.absolute}";

# test 2 does echo protocol - Internet RFC 862
if $is-win {
Expand Down

0 comments on commit 8f066b8

Please sign in to comment.