We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388d33c commit ea5344fCopy full SHA for ea5344f
1 file changed
tests/test_dir_stack.sh
@@ -29,6 +29,7 @@ tearDown() {
29
}
30
31
test_ticket_101 () {
32
+ [ ! -z "$KSH_VERSION" ] && echo "Skipping test under ksh" && return 0
33
mkvirtualenv some_env
34
deactivate
35
cd "$WORKON_HOME/start_here"
0 commit comments