Closed bram-perl closed 2 years ago
The tests were failing because git init -b .... doesn't work on older git versions.
git init -b ....
(In addition to that: due to git init failing the tests were adding commits to the Test-Smoke repository.. - so fix that too)
git init
Thanks, applied!
The tests were failing because
git init -b ....
doesn't work on older git versions.(In addition to that: due to
git init
failing the tests were adding commits to the Test-Smoke repository.. - so fix that too)