bat-extras/test/shimexec/stty
Ethan P 29fb251348
test: Update tests to shim stty instead of tput
Since we removed a dependency on tput, it makes more sense to shim the
command that we replaced it with.
2020-04-30 21:47:59 -07:00

5 lines
60 B
Bash
Executable File

#!/usr/bin/env bash
case "$1" in
size) echo "20 80" ;;
esac