diff options
author | Zach van Rijn <me@zv.io> | 2022-06-11 00:01:39 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:02 -0500 |
commit | 3112f696938c2c2c74b17622399f9391f69f26ed (patch) | |
tree | c42bfcf9f1df437308d876f4107f70b7508952b2 /user/nmap/disable-broken-tests.patch | |
parent | 0a7a099e7bbd65862a676b89f02c42554d8d3e2e (diff) | |
download | packages-3112f696938c2c2c74b17622399f9391f69f26ed.tar.gz packages-3112f696938c2c2c74b17622399f9391f69f26ed.tar.bz2 packages-3112f696938c2c2c74b17622399f9391f69f26ed.tar.xz packages-3112f696938c2c2c74b17622399f9391f69f26ed.zip |
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.
Diffstat (limited to 'user/nmap/disable-broken-tests.patch')
-rw-r--r-- | user/nmap/disable-broken-tests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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" |