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 270c09e commit f8e7b92Copy full SHA for f8e7b92
tests/test_mkvirtualenv.sh
@@ -59,7 +59,7 @@ GLOBAL postmkvirtualenv"
59
60
test_no_virtualenv () {
61
old_path="$PATH"
62
- PATH="/usr/bin:/bin:/usr/sbin:/sbin"
+ PATH="/bin:/usr/sbin:/sbin"
63
assertFalse "Found virtualenv in $(which virtualenv)" "which virtualenv"
64
mkvirtualenv should_not_be_created 2>/dev/null
65
RC=$?
0 commit comments