calligra unit test fails on freeBSD
Closed, InvalidPublic

Description

In calligra (and a couple of other projects) we have a script to extract i18n messages that uses:
tail -n +NUM
This crashes with indication it does not understand the + sign.
I changed the script to use the form:
tail -n NUM
and then it passes.
Is this something special for CI, or is it general/common for BSD?
If CI only, it would be good to have it fixed, if possible.
If general we need to change the script for all projects.

danders created this task.Mar 28 2020, 1:05 PM
danders closed this task as Invalid.Mar 28 2020, 7:30 PM