Hello Tobias,

you do not like false things, do you?

On Tue, May 28, 2019 at 08:33:29PM +0200, Tobias Geerinckx-Rice wrote:
> Tobias Geerinckx-Rice wrote:
> > However, in this case, please use the even simpler:
> >              (arguments
> >   '(#:tests?))                    ; no test suite
> 
> Not sure what went wrong here, but this should obviously be:
>  (arguments
>   '(#:tests?))                    ; no test suite

  (arguments
   '(#:tests? #f))                    ; no test suite

Andreas


Reply via email to