1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
lnav/test/test_tui.sh
2021-02-02 21:58:42 -08:00

9 lines
202 B
Bash

#! /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?"