guile-devel
[Top][All Lists]
Advanced

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

Don't skip popen.test on MinGW


From: Eli Zaretskii
Subject: Don't skip popen.test on MinGW
Date: Sun, 29 Jun 2014 19:09:51 +0300

Another issue related to open-process is that popen.test was being
skipped because if-supported returns #f.  I fixed it thusly:

     (define-syntax-rule (if-supported body ...)
       (if (or (provided? 'fork)
               ((string-contains %host-type "-mingw32")))
           (begin body ...)))

Is this OK?  Again, perhaps the test should be removed, and popen.test
should be run unconditionally?




reply via email to

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