summaryrefslogtreecommitdiff
path: root/tests/exportfunc.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exportfunc.tests')
-rw-r--r--tests/exportfunc.tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/exportfunc.tests b/tests/exportfunc.tests
index 1a8b8a20..64eb38bb 100644
--- a/tests/exportfunc.tests
+++ b/tests/exportfunc.tests
@@ -78,8 +78,7 @@ env -i BASH_FUNC_x%%='() { _; } >_[${ $() }] { id; }' ${THIS_SH} -c : 2>/dev/nul
env BASH_FUNC_x%%=$'() { _;}>_[$($())]\n{ echo vuln;}' ${THIS_SH} -c : 2>/dev/null
eval 'x() { _;}>_[$($())] { echo vuln;}' 2>/dev/null
-echo this will fail now that '${ ' has syntactic meaning
-
+# this fails looking for closing `}' now that `${ ' has syntactic meaning
eval 'foo() { _; } >_[${ $() }] ;{ echo eval ok; }'
# other tests fixed in bash43-030 concerning function name transformation