Skip to content

Commit 41e0661

Browse files
committed
more test quieting
1 parent e416243 commit 41e0661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_add2virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test_add2virtualenv_delete () {
6161
# Remove it and verify that change
6262
add2virtualenv -d "/full/path"
6363
assertFalse "/full/path in `cat $path_file`" "grep -q /full/path $path_file"
64-
cd -
64+
cd - >/dev/null 2>&1
6565
}
6666

6767

0 commit comments

Comments
 (0)