diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-09-05 08:47:43 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-09-06 20:23:58 +0200 |
| commit | a8f93733a9d2df0859d585a11bdd39762f3c37a8 (patch) | |
| tree | d91e465fd94d7626ad5dd9aad1446264ac26a9c8 /test/script | |
| parent | a9439b66ad8f7a8f4ba079a47ecfe1e76c2abc4b (diff) | |
Expression expansion for shell command
Diffstat (limited to 'test/script')
| -rw-r--r-- | test/script/shell.et | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/script/shell.et b/test/script/shell.et index 4dca4a2..36eaff7 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -194,6 +194,9 @@ test ShellVariableExpansion: expect /child-stdout sh A some string B 2 4.5 C/ expect /child-stdout sh D a b c d e f E/ expect /child-stdout sh F 1 2 3 4 5 G/ + expect /child-stdout sh H I/ + expect /child-stdout sh w x y z J/ + expect /child-stdout sh w x y z K 1 2 3 4 5 L 2 M < > \| \& \; N/ expect /run-test-result Test done/ expect /run-done 1 1 0 0/ flush |