Skip to content

Commit 27f3b4c

Browse files
committed
add explicit check for virtualenv in the test
1 parent aaf59c5 commit 27f3b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_mkvirtualenv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ GLOBAL postmkvirtualenv"
5656
test_no_virtualenv () {
5757
old_path="$PATH"
5858
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
59+
assertFalse "Found virtualenv in $(which virtualenv)" "which virtualenv"
5960
mkvirtualenv should_not_be_created 2>/dev/null
6061
RC=$?
6162
# Restore the path before testing because

0 commit comments

Comments
 (0)