Ludovic Courtès <l...@gnu.org> writes:

> Tomas Volf <~@wolfsden.cz> skribis:
>
>> +(define (skip-on-darwin)
>> +  (when (string-ci=? "darwin" (vector-ref (uname) 0))
>> +    (throw 'untested)))
>
> I changed (vector-ref (uname) 0) to (utsname:sysname (uname)) in this
> and other patches.
I am of course fine with the change, but I am pretty sure I just
copy-pasted it from either test-suite/standalone/test-out-of-memory or
test-suite/standalone/test-stack-overflow.

>
> (We might want to factorize this procedure.  :-))

Will put that on the todo list.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

Attachment: signature.asc
Description: PGP signature

Reply via email to