lnav/test/test_cli.sh

14 lines
276 B
Bash
Raw Normal View History

2015-08-20 04:02:26 +00:00
#! /bin/bash
2015-08-20 04:15:34 +00:00
export TZ="UTC"
2015-08-20 04:02:26 +00:00
run_test ${lnav_test} -t -n <<EOF
Hello, World!
Goodbye, World!
EOF
check_output "file URL is not working" <<EOF
2015-08-20 04:15:34 +00:00
2013-06-06T19:13:20.123 Hello, World!
2013-06-06T19:13:20.123 Goodbye, World!
2013-06-06T19:13:20.123 ---- END-OF-STDIN ----
2015-08-20 04:02:26 +00:00
EOF