fix timestamps in test

pull/254/head
Timothy Stack 9 years ago
parent a6ffff5126
commit a3b417c2d5

@ -1,12 +1,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-06T12:13:20.123 Hello, World!
2013-06-06T12:13:20.123 Goodbye, World!
2013-06-06T12:13:20.123 ---- END-OF-STDIN ----
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

Loading…
Cancel
Save