|
From: | Antonio Diaz Diaz |
Subject: | make check calls zgrep from zutils |
Date: | Mon, 08 Apr 2013 21:19:16 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Hello.While testing Rodrigo's patch for --keep option (which BTW seems to work fine), I have noticed a couple problems with "make check" in gzip-1.5.
1) "make check 2>&1 | less" seems to block less because it changes stdin buffering to line mode; ENTER must be pressed after every keystroke for "less" to notice it.
2) the "help-version" test fails because "make check" wrongly invokes programs from zutils installed in /usr/local/bin/. For example in test-suite.log I read this:
+ env zcmp zin.gz zin2.gz zdiff: unrecognized option '--__cmp' Try 'zdiff --help' for more information. + echo FAIL: zcmp FAIL: zcmp Best regards, Antonio.
[Prev in Thread] | Current Thread | [Next in Thread] |