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 () {
105105 mkvirtualenv --no-site-packages " without_sp" > /dev/null 2>&1
106106 ngsp_file=" ` virtualenvwrapper_get_site_packages_dir` /../no-global-site-packages.txt"
107107 assertTrue " $ngsp_file does not exist" " [ -f \" $ngsp_file \" ]"
108- rmvirtualenv " env4"
108+ rmvirtualenv " env4" > /dev/null 2>&1
109109}
110110
111111test_mkvirtualenv_hooks_system_site_packages () {
@@ -137,7 +137,7 @@ test_mkvirtualenv_args () {
137137 mkvirtualenv " without_sp2" > /dev/null 2>&1
138138 ngsp_file=" ` virtualenvwrapper_get_site_packages_dir` /../no-global-site-packages.txt"
139139 assertTrue " $ngsp_file does not exist" " [ -f \" $ngsp_file \" ]"
140- rmvirtualenv " env4"
140+ rmvirtualenv " env4" > /dev/null 2>&1
141141 unset VIRTUALENVWRAPPER_VIRTUALENV_ARGS
142142}
143143
You can’t perform that action at this time.
0 commit comments