aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/bctest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/bctest b/test/bctest
index 7dde781653..fbe74ed90b 100755
--- a/test/bctest
+++ b/test/bctest
@@ -12,13 +12,13 @@
IFS=:
-try_path=true
+try_without_dir=true
# First we try "bc", then "$dir/bc" for each item in $PATH.
for dir in dummy:$PATH; do
- if [ "$try_path" = true ]; then
+ if [ "$try_without_dir" = true ]; then
# first iteration
bc=bc
- try_path=false
+ try_without_dir=false
else
# second and later iterations
bc="$dir/bc"