Permalink
Browse files

Disable the 'dirs' tests on dash and mksh, since they don't implement

it.
  • Loading branch information...
Andy Chu
Andy Chu committed Dec 9, 2017
1 parent adf1b56 commit 68d9bd55d150a8f38f1d1bb16f38c06538deef1c
Showing with 8 additions and 0 deletions.
  1. +8 −0 spec/builtins2.test.sh
View
@@ -29,6 +29,8 @@ echo status=$?
dirs
# stdout-json: ""
# status: 0
# N-I dash/mksh status: 127
# N-I dash/mksh stdout-json: ""
### dirs -c
pushd /
@@ -37,6 +39,8 @@ dirs -c
dirs
# stdout-json: "/\n/\n"
# status: 0
# N-I dash/mksh status: 127
# N-I dash/mksh stdout-json: ""
### dirs -v
pushd /
@@ -45,10 +49,14 @@ pushd /
dirs -v
# stdout-json: "/\n 0 /\n/ /\n 0 /\n 1 /\n"
# status: 0
# N-I dash/mksh status: 127
# N-I dash/mksh stdout-json: ""
### dirs -p
pushd /
dirs -p
pushd /
dirs -p
# stdout-json: "/\n/\n/ /\n/\n/\n"
# N-I dash/mksh status: 127
# N-I dash/mksh stdout-json: ""

0 comments on commit 68d9bd5

Please sign in to comment.