Follow-up Comment #4, bug #62506 (project groff):

  The same result without this "make" option.

  The test for "/dev/stdin" to be a character device is harmful.

  The test is for a seekability, it does not matter what "/dev/stdin"
stands for.

  In my case (make -j) it is a pipe, which is not seekable, also the
test is positive, yes, true, PASS.

  If "/dev/stdin" is seekable, the test fails (FAIL), which should then
be examined.

  If "/dev/stdin" does not exist (-e /dev/stdin) then testing that has
no purpose and the result is PASS (the nonexistent item is not
seekable!).



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62506>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to