Skip to content

Commit ba0c542

Browse files
committed
remove redundant test
1 parent bd479fb commit ba0c542

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ test_virtualenvwrapper_verify_workon_home_missing_dir_grep_options() {
8484
unset GREP_OPTIONS
8585
}
8686

87-
test_get_python_version() {
88-
expected=$(python -V 2>&1 | cut -f2 -d' ' | cut -f-2 -d.)
89-
actual=$(virtualenvwrapper_get_python_version)
90-
assertSame "$expected" "$actual"
91-
}
92-
9387
test_python_interpreter_set_incorrectly() {
9488
return_to="$(pwd)"
9589
cd "$WORKON_HOME"

0 commit comments

Comments
 (0)