Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Dec 13, 2024
1 parent 503a065 commit c36eb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-as-wrapper/test-python3-as-env
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ else
fi

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

0 comments on commit c36eb05

Please sign in to comment.