Skip to content

Commit 8c6568a

Browse files
committed
Forgot to uncommit the remove workon_home in teardown
1 parent d15ff94 commit 8c6568a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cpvirtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tearDown () {
1616
then
1717
deactivate
1818
fi
19-
#rm -rf "$WORKON_HOME"
19+
rm -rf "$WORKON_HOME"
2020
}
2121

2222
test_no_arguments () {

0 commit comments

Comments
 (0)