diff options
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index a29f815..1b6954b 100644 --- a/testsuite.py +++ b/testsuite.py @@ -2547,7 +2547,7 @@ config PRINT_ME_TOO verify_variable("shell-stderr-res", "", "", False) verify_variable("parens-res", - "pre-$(shell,echo '(a,b,(c,d),e)')-post", + "pre-$(shell,echo '(a,$(b-char),(c,d),e)')-post", "pre-(a,b,(c,d),e)-post", True) |
