We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e416243 commit 41e0661Copy full SHA for 41e0661
tests/test_add2virtualenv.sh
@@ -61,7 +61,7 @@ test_add2virtualenv_delete () {
61
# Remove it and verify that change
62
add2virtualenv -d "/full/path"
63
assertFalse "/full/path in `cat $path_file`" "grep -q /full/path $path_file"
64
- cd -
+ cd - >/dev/null 2>&1
65
}
66
67
0 commit comments