Permalink
Browse files
Allow 4 failures for 'dirs'.
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+2
−1
test/spec.sh
|
|
@@ -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