lnav/test/test_cli.sh
Timothy Stack a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2022-04-30 13:06:01 -07:00

17 lines
303 B
Bash

#! /bin/bash
export TZ="UTC"
export YES_COLOR=1
run_cap_test ${lnav_test} -n -c 'foo'
run_cap_test ${lnav_test} -d /tmp/lnav.err -t -n <<EOF
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