aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/tests/error.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/tests/error.sh')
-rwxr-xr-xcontrib/bc/tests/error.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/bc/tests/error.sh b/contrib/bc/tests/error.sh
index 15cbd5577ed6..aa229a916809 100755
--- a/contrib/bc/tests/error.sh
+++ b/contrib/bc/tests/error.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:
@@ -100,8 +100,6 @@ fi
if [ "$d" = "bc" ]; then
opts="-l"
halt="halt"
- read_call="read()"
- read_expr="${read_call}\n5+5;"
else
opts="-x"
halt="q"