Merge branch 'disable-dash-tests' into develop

This commit is contained in:
ZyX 2014-07-28 03:31:01 +04:00
commit 9e023d14f7
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ if ! run_test mksh -i ; then
fi fi
if ! run_test dash -i ; then if ! run_test dash -i ; then
FAILED=1 # dash tests are not stable, see #931
# FAILED=1
fi fi
test "x$ONLY_SHELL" = "x" && rm -r tests/shell test "x$ONLY_SHELL" = "x" && rm -r tests/shell