mirror of
https://github.com/tstack/lnav
synced 2024-11-11 13:10:36 +00:00
14 lines
289 B
Bash
14 lines
289 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
export TZ=UTC
|
||
|
export YES_COLOR=1
|
||
|
unset XDG_CONFIG_HOME
|
||
|
|
||
|
run_cap_test ${lnav_test} -n \
|
||
|
-c ";from db.access_log | take 1" \
|
||
|
${test_dir}/logfile_access_log.0
|
||
|
|
||
|
run_cap_test ${lnav_test} -n \
|
||
|
-c ";from db.access_log | take abc" \
|
||
|
${test_dir}/logfile_access_log.0
|