diff options
author | Chet Ramey <chet.ramey@case.edu> | 2023-05-15 13:30:18 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2023-05-15 13:30:18 -0400 |
commit | e44e3d50dee26d12927baca188ad2a44a0135173 (patch) | |
tree | e4ff8c47078cdd7b23901205f7e1db26cd1f2242 /tests/exportfunc.right | |
parent | c375f8f45f4882db3098f9b54a19b75d2b176537 (diff) | |
download | bash-devel.tar.gz |
complete initial implementation of nofork command substitution (${ command; })devel
Diffstat (limited to 'tests/exportfunc.right')
-rw-r--r-- | tests/exportfunc.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exportfunc.right b/tests/exportfunc.right index 890bdfa4..ad6b58c6 100644 --- a/tests/exportfunc.right +++ b/tests/exportfunc.right @@ -5,7 +5,7 @@ exportfunc ok 2 ./exportfunc.tests: line 43: cve7169-bad2: No such file or directory ./exportfunc1.sub: line 14: maximum here-document count exceeded ./exportfunc.tests: line 72: HELLO_WORLD: No such file or directory -eval ok +./exportfunc.tests: eval: line 83: unexpected EOF while looking for matching `}' ./exportfunc3.sub: line 23: export: foo=bar: cannot export status: 1 equals-1 |