Skip to content

Commit

Permalink
Fix for Raku#718
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat authored and Kaiepi committed Apr 4, 2021
1 parent effc403 commit 88dab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET-UNIX.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if $*DISTRO.is-win {
my IO::Socket::INET:_ $server;
my IO::Socket::INET:_ $client;
my IO::Socket::INET:_ $accepted;
my Str:D $host = $?FILE.IO.sibling('test.sock').Str;
my Str:D $host = $*TMPDIR.add("test-$*PID.sock").Str;
my Str:D $sent = 'Hello, world!';
my Str:_ $received;
LEAVE $host.IO.unlink if $host.IO.e;
Expand Down

0 comments on commit 88dab4a

Please sign in to comment.