File: test_cli.sh

package info (click to toggle)
lnav 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,536 kB
  • ctags: 4,798
  • sloc: cpp: 37,738; sh: 6,871; ansic: 5,090; makefile: 670; python: 196; sql: 67
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/bash

export TZ="UTC"
run_test ${lnav_test} -t -n <<EOF
Hello, World!
Goodbye, World!
EOF

check_output "file URL is not working" <<EOF
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 ----
EOF