summaryrefslogtreecommitdiffstats
path: root/test/test_vt52_curses.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vt52_curses.sh')
-rw-r--r--test/test_vt52_curses.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_vt52_curses.sh b/test/test_vt52_curses.sh
new file mode 100644
index 0000000..946e645
--- /dev/null
+++ b/test/test_vt52_curses.sh
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+run_test ./scripty -n -e ${srcdir}/vt52_curses_input.0 \
+ -- ./drive_vt52_curses < /dev/null
+
+on_error_fail_with "single line vt52 did not work?"