summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2023-03-08 12:01:53 -0800
committerdormando <dormando@rydia.net>2023-03-08 13:00:22 -0800
commit7d6907e659d60512abe7db2154bae039caddee32 (patch)
tree20a6529f27393a0be41df0d9a81a2fa97c8d56ab /t
parent5ed8b5e38d53959f50487d035f86683d18106c62 (diff)
downloadmemcached-1.6.19.tar.gz
core: fix another dtrace compilation issue1.6.19
Diffstat (limited to 't')
-rw-r--r--t/proxyconfig.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/proxyconfig.t b/t/proxyconfig.t
index ebf8684..299a417 100644
--- a/t/proxyconfig.t
+++ b/t/proxyconfig.t
@@ -15,15 +15,15 @@ use MemcachedTest;
use IO::Select;
use IO::Socket qw(AF_INET SOCK_STREAM);
+# TODO: possibly... set env var to a generated temp filename before starting
+# the server so we can pass that in?
+my $modefile = "/tmp/proxyconfigmode.lua";
+
if (!supports_proxy()) {
plan skip_all => 'proxy not enabled';
exit 0;
}
-# TODO: possibly... set env var to a generated temp filename before starting
-# the server so we can pass that in?
-my $modefile = "/tmp/proxyconfigmode.lua";
-
# Set up some server sockets.
sub mock_server {
my $port = shift;