1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 16:57:32 +03:00
lnav/test/test_tui.sh

9 lines
202 B
Bash
Raw Normal View History

2021-02-03 08:58:42 +03:00
#! /bin/bash
lnav_test="${top_builddir}/src/lnav-test"
run_test ./scripty -n -e ${srcdir}/tui-captures/tui_help.0 -- \
${lnav_test} -H < /dev/null
on_error_fail_with "help screen does not work?"