mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[test] make the append file writable
This commit is contained in:
parent
c5c37a3202
commit
04e5617553
@ -80,6 +80,7 @@ check_output "filter-out multiline is not working" <<EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp ${test_dir}/logfile_multiline.0 logfile_append.0
|
cp ${test_dir}/logfile_multiline.0 logfile_append.0
|
||||||
|
chmod ug+w logfile_append.0
|
||||||
|
|
||||||
run_test ${lnav_test} -n \
|
run_test ${lnav_test} -n \
|
||||||
-c ";update generic_log set log_mark=1" \
|
-c ";update generic_log set log_mark=1" \
|
||||||
@ -94,6 +95,7 @@ check_output "filter-in append is not working" <<EOF
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp ${test_dir}/logfile_multiline.0 logfile_append.0
|
cp ${test_dir}/logfile_multiline.0 logfile_append.0
|
||||||
|
chmod ug+w logfile_append.0
|
||||||
|
|
||||||
run_test ${lnav_test} -n \
|
run_test ${lnav_test} -n \
|
||||||
-c ":filter-out Goodbye" \
|
-c ":filter-out Goodbye" \
|
||||||
|
Loading…
Reference in New Issue
Block a user