Skip to content

Commit 530f7d6

Browse files
committed
Try fix for homebrew sudo test
1 parent 10f23ba commit 530f7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_python_installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ else # not virtualenv
110110
fi
111111

112112
# Check sudo
113-
if [ -n "$VENV" ] || [ "$INSTALL_TYPE" == "homebrew" ]; then
113+
if [ -n "$VENV" ] ; then
114114
# Sudo should be empty
115115
if [ -n "`get_pip_sudo`" ]; then
116116
echo "pip sudo should be empty"

0 commit comments

Comments
 (0)