diff options
-rw-r--r-- | Test/B02typeset.ztst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 681fe73c7..d6d24210b 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -706,3 +706,8 @@ >typeset -a array=( '' two '' four ) >typeset -a array=( one '' three ) >no really nothing here + + readonly isreadonly=yes + typeset isreadonly=still +1:typeset returns status 1 if setting readonly variable +?(eval):2: read-only variable: isreadonly |