Skip to content

Commit

Permalink
Fix for #718
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 21, 2021
1 parent 81aa4db commit 1a5c3dc
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 1a5c3dc

Please sign in to comment.