diff options
author | Stefan Eßer <se@FreeBSD.org> | 2025-09-11 14:07:46 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2025-09-11 14:07:46 +0000 |
commit | 682da5a0fdb2c38ecc3951047a882471d62aa1d1 (patch) | |
tree | 9315c84201e10a5b4cec2eda91146cac4e1c904d /tests/errors.sh | |
parent | 5a7f1dde93a4c681a5a4246ddabc562a7f7ce14d (diff) |
Diffstat (limited to 'tests/errors.sh')
-rwxr-xr-x | tests/errors.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/errors.sh b/tests/errors.sh index 47053f9c7b43..93e4f5d0dedf 100755 --- a/tests/errors.sh +++ b/tests/errors.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: BSD-2-Clause # -# Copyright (c) 2018-2024 Gavin D. Howard and contributors. +# Copyright (c) 2018-2025 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -89,8 +89,6 @@ read_errors="read_errors" if [ "$d" = "bc" ]; then opts="-l" halt="halt" - read_call="read()" - read_expr="${read_call}\n5+5;" else opts="-x" halt="q" |