1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00
lnav/test/test_config.sh
Tim Stack 9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
2023-07-15 21:50:46 -07:00

43 lines
1.0 KiB
Bash
Executable File

#!/usr/bin/env bash
export YES_COLOR=1
export HOME="./test-config"
export XDG_CONFIG_HOME="./test-config/.config"
rm -rf ./test-config
mkdir -p $HOME/.config
# config write global var
run_cap_test ${lnav_test} -nN \
-c ":config /global/foo bar"
# config read global var
run_cap_test ${lnav_test} -nN \
-c ":config /global/foo"
# config bad color
run_cap_test ${lnav_test} -n \
-c ":config /ui/theme-defs/default/styles/text/color #f" \
${test_dir}/logfile_access_log.0
# invalid min-free-space allowed?
run_cap_test env TMPDIR=tmp ${lnav_test} -n \
-c ':config /tuning/archive-manager/min-free-space abc' \
${srcdir}/logfile_syslog.0
# config bad theme
run_cap_test ${lnav_test} -n \
-c ":config /ui/theme baddy" \
${test_dir}/logfile_access_log.0
# config bad theme
run_cap_test ${lnav_test} -W -n \
-I ${test_dir}/bad-config2 \
${test_dir}/logfile_access_log.0
run_cap_test ${lnav_test} -nN \
-c ":reset-config /bad/path"
run_cap_test ${lnav_test} -n -I ${test_dir} \
hw://seattle/finn