[test] make the append file writable

This commit is contained in:
Timothy Stack 2014-11-06 20:36:09 -08:00
parent c5c37a3202
commit 04e5617553

View File

@ -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" \