[test] tests should not rely on the local syslog being readable

This commit is contained in:
Tim Stack 2022-09-19 21:34:39 -07:00
parent 5ae2c7dbe7
commit 26bcf0865d
2 changed files with 3 additions and 2 deletions

View File

@ -182,7 +182,8 @@ run_cap_test ${lnav_test} -n \
${test_dir}/logfile_access_log.0
run_cap_test ${lnav_test} -n \
-c ':goto 2022-06-16Tabc'
-c ':goto 2022-06-16Tabc' \
${test_dir}/logfile_access_log.0
run_cap_test ${lnav_test} -n \
-c ":goto 1" \

View File

@ -2,4 +2,4 @@
export YES_COLOR=1
run_cap_test ${lnav_test} -n -c ";SELECT yaml_to_json('[abc')"
run_cap_test ${lnav_test} -nN -c ";SELECT yaml_to_json('[abc')"