Hi all, I'd like to ask for a review of new test purposes added to the nc test suite in order to test RFE 6691168 which added complex port list specification to nc(1). For more details about the feature see: http://arc.opensolaris.org/caselog/PSARC/2008/680/
webrev is here: http://cr.opensolaris.org/~vkotal/nc_tet-ext_portlist-6754842.stcnv/ This integration is special because it includes parts written by external contributor (at the time the code was submitted). I have mostly used small pieces (like nc argument strings) from Erik's code (http://cr.opensolaris.org/~erisch/nc_testsuite/) and written the test purposes around them and added couple of new tests as well. Hence the scripts do not include the partial copyright thing (per http://opensolaris.org/os/project/test-dev/devprocess/) but I wanted to give credit at least via putback comments. The tests are both positive and negative: - 5-12 ensure nc treats ports 0 and 65536 as invalid - 13-19 see if various malformed port list specifications are considered as invalid - 20-25 test the functionality of complex port lists - 26 tests reallocation v.
