Permalink
Browse files

Allow 4 failures for 'dirs'.

  • Loading branch information...
Andy Chu
Andy Chu committed Dec 10, 2017
1 parent 993d4a4 commit 523ed53403f5bca70b64c64f4f00a202ea884c3e
Showing with 2 additions and 1 deletion.
  1. +2 −1 test/spec.sh
View
@@ -257,7 +257,8 @@ builtins() {
}
builtins2() {
sh-spec spec/builtins2.test.sh --osh-failures-allowed 0 \
# 4 tests for 'dirs' fail.
sh-spec spec/builtins2.test.sh --osh-failures-allowed 4 \
${REF_SHELLS[@]} $ZSH $OSH "$@"
}

0 comments on commit 523ed53

Please sign in to comment.