diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2025-08-11 23:18:01 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2025-08-11 23:18:01 +0200 |
| commit | ab1de7df999c43f12be26d90e6a143ecfa966630 (patch) | |
| tree | bcedd224d7401bd55efa9f25de7c72abf70d07c3 /shell/hush_test/hush-parsing/bad_cmd3.tests | |
| parent | 1cd53c15a2b370487c7951345efff3b43f228d1d (diff) | |
hush: test for, and disallow several invalid syntaxes
function old new delta
parse_stream 2292 2456 +164
done_pipe 231 252 +21
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 185/0) Total: 185 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-parsing/bad_cmd3.tests')
| -rwxr-xr-x | shell/hush_test/hush-parsing/bad_cmd3.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/bad_cmd3.tests b/shell/hush_test/hush-parsing/bad_cmd3.tests new file mode 100755 index 000000000..bec7e5180 --- /dev/null +++ b/shell/hush_test/hush-parsing/bad_cmd3.tests @@ -0,0 +1 @@ +& date |
