summaryrefslogtreecommitdiff
path: root/tests/errors7.sub
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-09-26 11:49:46 -0400
committerChet Ramey <chet.ramey@case.edu>2022-09-26 11:49:46 -0400
commit74091dd4e8086db518b30df7f222691524469998 (patch)
treeebe89d8f0ed44b7f79aa3c759d3f85e15996eaee /tests/errors7.sub
parent9439ce094c9aa7557a9d53ac7b412a23aa66e36b (diff)
downloadbash-74091dd4e8086db518b30df7f222691524469998.tar.gz
bash-5.2 distribution sources and documentationbash-5.2
Diffstat (limited to 'tests/errors7.sub')
-rw-r--r--tests/errors7.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/errors7.sub b/tests/errors7.sub
index add8782a..544e3e4c 100644
--- a/tests/errors7.sub
+++ b/tests/errors7.sub
@@ -26,3 +26,5 @@ echo after non-special builtin: $?
echo after special builtin: $? )
( x=8 $nocmd
echo after assignment error: $? )
+( x=8
+echo after assignment statement error: $? )