mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
2345a32423
Initial version, still needs some cleanup
7 lines
197 B
Bash
7 lines
197 B
Bash
#! /bin/bash
|
|
|
|
run_test ./scripty -n -r ${srcdir}/vt52_curses_input.0 \
|
|
-e ${srcdir}/vt52_curses_output.0 -- ./drive_vt52_curses < /dev/null
|
|
|
|
on_error_fail_with "single line vt52 did not work?"
|