summaryrefslogtreecommitdiff
path: root/tests/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipc.c')
-rw-r--r--tests/ipc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ipc.c b/tests/ipc.c
index 8a8f7cb..ea41dc0 100644
--- a/tests/ipc.c
+++ b/tests/ipc.c
@@ -1,5 +1,6 @@
/*
Copyright (c) 2012 Martin Sustrik All rights reserved.
+ Copyright 2017 Garrett D'Amore <garrett@damore.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"),
@@ -33,6 +34,7 @@
int main ()
{
+#ifndef NN_HAVE_WSL
int sb;
int sc;
int i;
@@ -161,6 +163,7 @@ int main ()
test_connect (sc, SOCKET_ADDRESS);
nn_sleep (100);
test_close (sc);
+#endif /* NN_HAVE_WSL */
return 0;
}