Commit graph

8 commits

Author SHA1 Message Date
Ayush Poddar
03ebc748ad add check for the new flag 2023-04-26 18:32:52 +05:30
Claudio Bley
a7cb1cc385 Add colorls -l --no-hardlinks call to checks 2022-03-27 19:10:12 +02:00
Claudio Bley
5a62fedc1a Print newlines after test summary 2022-03-27 19:09:26 +02:00
goar5670
c1469a4196 Cover the new --inode flag with tests 2022-03-20 02:33:01 +03:00
bl7awy
f43c9b9e7e Add tests for --report flag 2022-03-18 22:28:26 +03:00
Claudio Bley
a07810cb9d CI: Run shellcheck for test scripts 2022-02-28 09:17:26 +01:00
Claudio Bley
1a0c82201f CI: Also run on macos-latest
Make the `test/run` script compatible to the ancient Bash version on macos.

```
test/run: line 56: conditional binary operator expected
```

Also, run `set -e` only for Bash >= 4. Otherwise the shell silently exits with
a failure when a command (expectedly) fails.

fix bogus test failure with Bash 3.2 on macos
2022-02-28 09:15:18 +01:00
Claudio Bley
d6d7cd76b7 Add script to check colorls flags
Fixes #488.
2022-02-18 11:33:17 +01:00