File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ test_mkvirtualenv_sitepackages () {
105
105
mkvirtualenv --no-site-packages " without_sp" > /dev/null 2>&1
106
106
ngsp_file=" ` virtualenvwrapper_get_site_packages_dir` /../no-global-site-packages.txt"
107
107
assertTrue " $ngsp_file does not exist" " [ -f \" $ngsp_file \" ]"
108
- rmvirtualenv " env4"
108
+ rmvirtualenv " env4" > /dev/null 2>&1
109
109
}
110
110
111
111
test_mkvirtualenv_hooks_system_site_packages () {
@@ -137,7 +137,7 @@ test_mkvirtualenv_args () {
137
137
mkvirtualenv " without_sp2" > /dev/null 2>&1
138
138
ngsp_file=" ` virtualenvwrapper_get_site_packages_dir` /../no-global-site-packages.txt"
139
139
assertTrue " $ngsp_file does not exist" " [ -f \" $ngsp_file \" ]"
140
- rmvirtualenv " env4"
140
+ rmvirtualenv " env4" > /dev/null 2>&1
141
141
unset VIRTUALENVWRAPPER_VIRTUALENV_ARGS
142
142
}
143
143
You can’t perform that action at this time.
0 commit comments