lnav/test/test_cli.sh

17 lines
303 B
Bash
Raw Normal View History

2015-08-20 04:02:26 +00:00
#! /bin/bash
2015-08-20 04:15:34 +00:00
export TZ="UTC"
export YES_COLOR=1
2022-04-12 23:07:13 +00:00
run_cap_test ${lnav_test} -n -c 'foo'
2022-04-12 23:07:13 +00:00
run_cap_test ${lnav_test} -d /tmp/lnav.err -t -n <<EOF
2015-08-20 04:02:26 +00:00
Hello, World!
Goodbye, World!
EOF
mkdir -p nested/sub1/sub2
echo "2021-07-03T21:49:29 Test" > nested/sub1/sub2/test.log
run_cap_test ${lnav_test} -nr nested