summaryrefslogtreecommitdiffstats
path: root/test/test_sql_indexes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_sql_indexes.sh')
-rw-r--r--test/test_sql_indexes.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_sql_indexes.sh b/test/test_sql_indexes.sh
index 951c7a6..763e234 100644
--- a/test/test_sql_indexes.sh
+++ b/test/test_sql_indexes.sh
@@ -1,5 +1,6 @@
#! /bin/bash
+export TZ=UTC
export YES_COLOR=1
# XXX sqlite reports different results for the "detail" column, so we
@@ -43,3 +44,7 @@ run_cap_test ${lnav_test} -n \
run_cap_test ${lnav_test} -n \
-c ";SELECT * FROM all_logs WHERE log_level > 'error'" \
${test_dir}/logfile_access_log.*
+
+run_cap_test ${lnav_test} -n \
+ -c ";SELECT * FROM all_logs WHERE log_line <= 20" \
+ ${test_dir}/logfile_access_log.*