45 passed, 6 OK, 1 not implemented, 2 BUG, 0 failed, 0 timeouts, 0 cases skipped
| zsh | 0 pushd/popd stdout: pwd=/tmp pwd=/stderr: |
| zsh | 1 pushd usage stdout: status=1 status=0 status=0stderr: pushd: no such file or directory: -z |
| zsh | 2 popd usage error stdout: status=0 status=0 status=0stderr: |
| zsh | 7 dirs -v to print numbered stack, one entry per line stdout: -- 0 /tmp 1 / -- 0 /dev 1 /tmp 2 /stderr: |
| zsh | 13 dirs tilde test when $HOME is exactly $PWD stdout: ~ /stderr: |
| bash | 16 pushd does not take more than one argument stdout: too many args!stderr: bash: line 1: pushd: too many arguments |
| zsh | 16 pushd does not take more than one argument stdout: stderr: |
| osh | 16 pushd does not take more than one argument stdout: too many args!stderr: pushd . . >/dev/null || echo too many args!
^
[ stdin ]:1: 'pushd' got too many arguments
|
| zsh | 17 dirs does not take arguments stdout: stderr: |