summaryrefslogtreecommitdiff
path: root/testsuite/aplwc.bin/example.exp
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-31 16:33:31 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-31 16:33:31 +0200
commit6754d151b21915b57b41b8200744a5be5db39112 (patch)
tree71a66e3e0971d0a0d8ebbfd6a37b2eb521f1b072 /testsuite/aplwc.bin/example.exp
parentf2c388a69e482fcca87c1eadaa419a9bf95a2e20 (diff)
Commit some testsuite stuffHEADmaster
Diffstat (limited to 'testsuite/aplwc.bin/example.exp')
-rw-r--r--testsuite/aplwc.bin/example.exp10
1 files changed, 8 insertions, 2 deletions
diff --git a/testsuite/aplwc.bin/example.exp b/testsuite/aplwc.bin/example.exp
index 15ba15c..296dc0e 100644
--- a/testsuite/aplwc.bin/example.exp
+++ b/testsuite/aplwc.bin/example.exp
@@ -1,2 +1,8 @@
-spawn "${aplwc_bin}"
-fail "not implemented"
+aplwc_start
+expect {
+ " " { pass "6-space prompt" }
+}
+send "\004"
+expect {
+ eof { pass "EOT ends the session" }
+}