From ae59c8dafd2643158a25080b56f5d637a4969625 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 3 Oct 2017 22:43:37 +0000 Subject: [PATCH] Fix syntax error in ncat-test.pl --- ncat/test/ncat-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/test/ncat-test.pl b/ncat/test/ncat-test.pl index 79c55ec41..7aa43b9e8 100755 --- a/ncat/test/ncat-test.pl +++ b/ncat/test/ncat-test.pl @@ -1670,7 +1670,7 @@ sub { kill_children; { - local xfail=1 if !$HAVE_UNIXSOCK; + local $xfail=1 if !$HAVE_UNIXSOCK; # Test connecting to UNIX datagram socket with -s test "Connect to UNIX datagram socket with -s", sub {