We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503a065 commit c36eb05Copy full SHA for c36eb05
python-as-wrapper/test-python3-as-env
@@ -20,7 +20,8 @@ else
20
fi
21
22
# test that bad values are caught by the wrapper
23
-# range.value here is 'python' or 'python3' which might cause recursive
+# 'wrapped' here is 'python' or 'python3'. We want
24
+# to check that potential recursion is blocked.
25
for val in bogus-prog-name $wrapped /usr/bin/$wrapped; do
26
out=$(env "$varname=$val" "$wrapper" 2>&1)
27
rc=$?
0 commit comments