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 63b7caf commit 853b000Copy full SHA for 853b000
tests/test_mkvirtualenv.sh
@@ -55,8 +55,8 @@ GLOBAL postmkvirtualenv"
55
56
test_no_virtualenv () {
57
old_path="$PATH"
58
- PATH="/usr/bin:/usr/local/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$HOME/bin"
59
- mkvirtualenv should_not_be_created # 2>/dev/null
+ PATH="/usr/bin:/bin:/usr/sbin:/sbin"
+ mkvirtualenv should_not_be_created 2>/dev/null
60
RC=$?
61
# Restore the path before testing because
62
# the test script depends on commands in the
0 commit comments