mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-21 04:07:47 +02:00
Fixed snapshot tests on CI... hopefully
This commit is contained in:
parent
bb494fa484
commit
1c9eb2cb82
@ -9,7 +9,7 @@ LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../lib"
|
|||||||
source "${LIB}/print.sh"
|
source "${LIB}/print.sh"
|
||||||
source "${LIB}/opt.sh"
|
source "${LIB}/opt.sh"
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
SEP="$(printc "%{DIM}%$(tput cols)s%{CLEAR}" | tr ' ' '─')"
|
SEP="$(printc "%{DIM}%$(tput cols)s%{CLEAR}" | sed "s/ /─/g")"
|
||||||
RG_ARGS=()
|
RG_ARGS=()
|
||||||
BAT_ARGS=()
|
BAT_ARGS=()
|
||||||
PATTERN=
|
PATTERN=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user