Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/color: Use /dev/tty over $TTY | Tavian Barnes | 2025-02-07 | 1 | -2/+2 |
| | | | | | | | | | | $TTY is the actual TTY, e.g. /dev/pts/3, which may not be accessible by the current user. This can happen e.g. if the PTY is owned by root, who then does root@host# su user user@host$ ./tests/tests.sh ./tests/color.sh: line 81: /dev/pts/3: Permission denied | ||||
* | tests: Make hide_bar actually hide the bar | Tavian Barnes | 2024-05-22 | 1 | -0/+15 |
| | |||||
* | tests: Print progress outside the scroll region | Tavian Barnes | 2024-05-22 | 1 | -0/+101 |
| | |||||
* | tests/color: Remove some useless cats | Tavian Barnes | 2023-10-20 | 1 | -9/+3 |
| | |||||
* | tests: Refactor implementation into separate files | Tavian Barnes | 2023-10-19 | 1 | -0/+43 |