diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-15 12:36:37 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-15 12:36:37 +0700 |
| commit | 827a2741e4fcb8e6feb5bf76acb20799c2913451 (patch) | |
| tree | 468c533edc4bbc3cbe37ed27260ed033ec87cb99 /testdata/play/awwanssh.test/play_test.data | |
| parent | 1aa46846bc1bfe64c1608e8a536b1732cc3d3b1a (diff) | |
| download | awwan-827a2741e4fcb8e6feb5bf76acb20799c2913451.tar.xz | |
all: fix integration tests from previous refactoring
When we made the refactoring, we forgot to run the test-integration task
which cause some tests are fails.
Diffstat (limited to 'testdata/play/awwanssh.test/play_test.data')
| -rw-r--r-- | testdata/play/awwanssh.test/play_test.data | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/testdata/play/awwanssh.test/play_test.data b/testdata/play/awwanssh.test/play_test.data index e67163f..0a0c88d 100644 --- a/testdata/play/awwanssh.test/play_test.data +++ b/testdata/play/awwanssh.test/play_test.data @@ -1,11 +1,14 @@ Test on "play" command. -<<< play_with_local:output - --- SSH connection: awwanssh@127.0.0.1:10022 - --- SSH identity file: [/home/awwan/.ssh/id_ed25519] - === BEGIN: play testdata/play/awwanssh.test/play.aww 1- - --> 2: pwd +<<< play_with_local:stdout + --- SSH connection: awwanssh@127.0.0.1:10022 + --- SSH identity file: [/home/awwan/.ssh/id_ed25519] + === BEGIN: play testdata/play/awwanssh.test/play.aww 1- + --> 2: pwd + --> 5: #local: pwd + === END: play testdata/play/awwanssh.test/play.aww 1- + +<<< play_with_local:stderr /home/awwanssh - --> 5: #local: pwd /home/awwan/src - === END: play testdata/play/awwanssh.test/play.aww 1- + |
