From 7d0e5efedce4cc338d0f9fb355793eba6542dfa9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 20 Dec 2013 17:09:56 +0100 Subject: tests: Use torture_server_(address|port). This makes it possible to run tests without socket_wrapper. --- tests/torture.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/torture.h') diff --git a/tests/torture.h b/tests/torture.h index 62382d6..241b4a7 100644 --- a/tests/torture.h +++ b/tests/torture.h @@ -44,11 +44,6 @@ #include #include -#define TORTURE_ECHO_SRV_IPV4 "127.0.0.10" -/* socket wrapper IPv6 prefix fd00::5357:5fxx */ -#define TORTURE_ECHO_SRV_IPV6 "fd00::5357:5f0a" -#define TORTURE_ECHO_SRV_PORT 7 - struct torture_state { char *socket_dir; char *srv_pidfile; -- cgit