From 9f66b6432fd8025f115289e6b2a9db1579385634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 5 Sep 2026 09:57:31 +0200 Subject: Fix parsing of shell argument starting with variable expansion --- test/script/shell.et | 1 + 1 file changed, 1 insertion(+) (limited to 'test/script') diff --git a/test/script/shell.et b/test/script/shell.et index 36eaff7..90ff29a 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -197,6 +197,7 @@ test ShellVariableExpansion: 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 /child-stdout sh some stringO Psome string/ expect /run-test-result Test done/ expect /run-done 1 1 0 0/ flush -- cgit v1.2.3