#33684: autogen 5.15 fails shell.hlp test case --------------------------------------+------------------------------------- Reporter: howarth@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: autogen --------------------------------------+------------------------------------- Comment(by bkorb@…): What is seen from the various files is that the test program at issue runs and is capable of producing the expected output. The command xtrace ("set -x") output shows a sed command that ought to leave behind the text that should be tested against. Instead, the text file produced is empty. The "shell.help" file (attached) is the output of running the test command with the --help option and the "shell.HELP" file (also attached) is the output created by running that text through the following pipe (also on a Mac): {{{ /sw/bin/sed '/[Pp]lease send bug reports/d /^Packaged by/d /^Report .* bugs to/d /Note that.*is only useful/,/will be regenerated/d' | grep -v $'^[ \t]*$' }}} -- Ticket URL: <https://trac.macports.org/ticket/33684#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS