Skip to content

Commit ea5344f

Browse files
committed
Skip pushd/popd test under ksh
Since ksh does not have pushd or popd, there is no point in running the test there. Fixes issue #182
1 parent 388d33c commit ea5344f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dir_stack.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tearDown() {
2929
}
3030

3131
test_ticket_101 () {
32+
[ ! -z "$KSH_VERSION" ] && echo "Skipping test under ksh" && return 0
3233
mkvirtualenv some_env
3334
deactivate
3435
cd "$WORKON_HOME/start_here"

0 commit comments

Comments
 (0)