bug-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RCS 5.9.3 on MacOS/X] test t805 fails


From: Thien-Thi Nguyen
Subject: Re: [RCS 5.9.3 on MacOS/X] test t805 fails
Date: Fri, 07 Nov 2014 07:28:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() Christian Wagner <address@hidden>
() Thu, 6 Nov 2014 12:20:29 +0000

   Here is the diff output showing what's required to have it pass:
   58c58
   <     yes | head -${n}c > $w
   ---
   >     yes | tr -d '\n' | head -c ${n} > $w

   As you can see, 'head' and 'yes' have to be called differently on Yosemite.

IIUC "head -c" is not POSIX and "yes" is not in the list of
POSIX utilities:

 http://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html

so a better fix might be to replace the command completely.  Hmmm.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]