Nmap Development mailing list archives

Re: [nmap-svn] r32113 - nmap/ncat/test


From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Fri, 30 Aug 2013 12:17:57 +0200

BTW, do we really need proxy_test_multi()? Doesn't seem to be used anywhere.

2013/8/30  <commit-mailer () nmap org>:
Author: d33tah
Date: Fri Aug 30 10:23:22 2013
New Revision: 32113

Log:
Fix a copy-paste mistake in Ncat test suite.

Modified:
   nmap/ncat/test/ncat-test.pl

Modified: nmap/ncat/test/ncat-test.pl
==============================================================================
--- nmap/ncat/test/ncat-test.pl (original)
+++ nmap/ncat/test/ncat-test.pl Fri Aug 30 10:23:22 2013
@@ -1880,7 +1880,7 @@
        $resp eq "abc\n" or die "Proxy relayed \"$resp\", not \"abc\\n\"";
        syswrite($s_in, "def\n");
        $resp = timeout_read($c_out) or die "Read timeout";
-       $resp eq "def\n" or die "Proxy relayed \"$resp\", not \"abc\\n\"";
+       $resp eq "def\n" or die "Proxy relayed \"$resp\", not \"def\\n\"";
 };

 # Proxy client shouldn't see the status line returned by the proxy server.

_______________________________________________
Sent through the svn mailing list
http://nmap.org/mailman/listinfo/svn
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: