Skip to content

Commit c36eb05

Browse files
committed
fix test comment
1 parent 503a065 commit c36eb05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-as-wrapper/test-python3-as-env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ else
2020
fi
2121

2222
# test that bad values are caught by the wrapper
23-
# range.value here is 'python' or 'python3' which might cause recursive
23+
# 'wrapped' here is 'python' or 'python3'. We want
24+
# to check that potential recursion is blocked.
2425
for val in bogus-prog-name $wrapped /usr/bin/$wrapped; do
2526
out=$(env "$varname=$val" "$wrapper" 2>&1)
2627
rc=$?

0 commit comments

Comments
 (0)