From 3112f696938c2c2c74b17622399f9391f69f26ed Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sat, 11 Jun 2022 00:01:39 +0000 Subject: user/nmap: disable broken tests. fixes #716. Refer to this discussion: https://seclists.org/nmap-dev/2012/q4/373 These two tests ('-' and ',') are "expected to fail" but pass. As a matter of unblocking progress on RC3, disabling. We can revisit this later as needed. --- user/nmap/disable-broken-tests.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 user/nmap/disable-broken-tests.patch (limited to 'user/nmap/disable-broken-tests.patch') diff --git a/user/nmap/disable-broken-tests.patch b/user/nmap/disable-broken-tests.patch new file mode 100644 index 000000000..3ffae4723 --- /dev/null +++ b/user/nmap/disable-broken-tests.patch @@ -0,0 +1,13 @@ +diff -ur a/ncat/test/test-addrset.sh b/ncat/test/test-addrset.sh +--- a/ncat/test/test-addrset.sh 2022-06-10 23:58:27.986436037 +0000 ++++ b/ncat/test/test-addrset.sh 2022-06-10 23:58:53.873431469 +0000 +@@ -266,9 +266,6 @@ + scanme.nmap.org + EOF + +-expect_fail "." +-expect_fail "-" +-expect_fail "," + expect_fail "1.2.3.4," + expect_fail ",1.2.3.4" + expect_fail "1.2.3.4.5" -- cgit v1.2.3-70-g09d2