diff --git a/test/expected/test_sql_indexes.sh_2b4945247332d01b08e6f17340f7d17f3b3649b8.err b/test/expected/test_sql_indexes.sh_2b4945247332d01b08e6f17340f7d17f3b3649b8.err new file mode 100644 index 00000000..e69de29b diff --git a/test/expected/test_sql_indexes.sh_2b4945247332d01b08e6f17340f7d17f3b3649b8.out b/test/expected/test_sql_indexes.sh_2b4945247332d01b08e6f17340f7d17f3b3649b8.out new file mode 100644 index 00000000..dbf7a473 --- /dev/null +++ b/test/expected/test_sql_indexes.sh_2b4945247332d01b08e6f17340f7d17f3b3649b8.out @@ -0,0 +1,5 @@ +log_line log_part  log_time log_idle_msecs log_level log_mark log_comment log_tags log_annotations log_filters log_msg_format  + 0 2009-07-20 22:59:26.000  0 info 0 +  1 2009-07-20 22:59:29.000  3000 error 0 + 2  <NULL> 2009-07-20 22:59:29.000  0 info   0  <NULL>  <NULL>  <NULL>  <NULL>   + 3   2013-02-15 06:00:31.000  112777262000 error   0            diff --git a/test/test_sql_indexes.sh b/test/test_sql_indexes.sh index 26f4960a..763e2341 100644 --- a/test/test_sql_indexes.sh +++ b/test/test_sql_indexes.sh @@ -44,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.*