diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-31 16:33:31 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-31 16:33:31 +0200 |
| commit | 6754d151b21915b57b41b8200744a5be5db39112 (patch) | |
| tree | 71a66e3e0971d0a0d8ebbfd6a37b2eb521f1b072 /testsuite/aplwc.bin/example.exp | |
| parent | f2c388a69e482fcca87c1eadaa419a9bf95a2e20 (diff) | |
Diffstat (limited to 'testsuite/aplwc.bin/example.exp')
| -rw-r--r-- | testsuite/aplwc.bin/example.exp | 10 |
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" } +} |