todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.56k stars 713 forks source link

Tests failing on Windows (GitHub Actions) #314

Open rico-chet opened 4 years ago

rico-chet commented 4 years ago

Do you want to request a feature or report a bug? It's a bug, developer experience is affected.

What is the current behavior? Attempt to run the test suite on windows-latest fails.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Add windows-latest as test platform and create a PR here, e.g. #313.

What is the expected behavior? Full support for Windows through GitHub Actions.

Which versions todo.sh are you using?

Run todo.sh -V

Current master.

Which Operating System are you using? N/A

Which version of bash are you using?

Run bash --version

Whatever windows-latest provides.

karbassi commented 3 years ago

Related to #352