The are required to make the tests run successfully on MacOS.
2 patches for repository http://darcs.net/screened:
patch 6c65eef05bab8bfbf8d5f562284a0e866efdc0da
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat Nov 14 11:46:32 CET 2020
* tests: some portability fixes for MacOS
Defaulting the directory argument of find to "." is is a GNUism and doesn't
work on MacOS. Similarly, 'wc -l' on MacOS has spaces in its output, the new
code is simpler and more portable. Also the test command in the MacOS bash
apparently cannot handle the '!' operator.
patch 59fb0a73279b36da8ad5113835a74d7b74d6fe40
Author: Ben Franksen <ben.franksen@online.de>
Date: Sat Nov 14 07:59:31 CET 2020
* remove the "compiled on <timestamp>" from exact version
This information is not of much help and makes it impossible to create darcs
binaries reproducably. It also causes problems when building in MacOS.
Attachments
|