fix domain socket
diff --git a/test/crossrunner/util.py b/test/crossrunner/util.py
index 8511f58..c214df8 100644
--- a/test/crossrunner/util.py
+++ b/test/crossrunner/util.py
@@ -21,7 +21,7 @@
 
 
 def domain_socket_path(port):
-    return '/tmp/v0.16/ThriftTest.thrift.%d' % port
+    return '/tmp/ThriftTest.thrift.%d' % port
 
 
 def merge_dict(base, update):