summaryrefslogtreecommitdiffstats
path: root/tests/color.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests/color: Use /dev/tty over $TTYTavian Barnes2025-02-071-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 barTavian Barnes2024-05-221-0/+15
|
* tests: Print progress outside the scroll regionTavian Barnes2024-05-221-0/+101
|
* tests/color: Remove some useless catsTavian Barnes2023-10-201-9/+3
|
* tests: Refactor implementation into separate filesTavian Barnes2023-10-191-0/+43