Skip to content

Commit

Permalink
Add the list of systems that have been tested
Browse files Browse the repository at this point in the history
Fixes #12
Fixes #14
  • Loading branch information
strugee committed Nov 8, 2018
1 parent cc6967f commit 0b3bf68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ That all being said, this program was tested on a GNU userland (though with `das

If you want to run the test suite, you also need Bash and either `faketime` or a `date` with GNU's `date -d` semantics.

### What systems has `filter-other-days` successfully been tested on?

`filter-other-days` with the `-d` option has successfully been tested on the following systems:

* GNU/Linux
* FreeBSD 11.2-RELEASE
* OpenBSD 6.3
* OpenIndiana Hipster 20180427
* OmniOSce r151026
* Cygwin

`filter-other-days` has not been tested on any systems where `-d` is unavailable.

### I'm passing a file but it says "unrecognized option 'filename'".

Unlike many Unix programs, `filter-other-days` does not accept files on the commandline. This is because it makes the argument parsing code more complicated and your shell can accomplish the same thing just as well:
Expand Down

0 comments on commit 0b3bf68

Please sign in to comment.