From 6a081685e53747896b7b242edf878e1c163c04d5 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 28 Jul 2014 03:36:15 +0400 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Csyntax=20error=20near=20unexpect?= =?UTF-8?q?ed=20token=20`fi'=E2=80=9D=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_shells/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_shells/test.sh b/tests/test_shells/test.sh index a9bdfc31..b0f30fed 100755 --- a/tests/test_shells/test.sh +++ b/tests/test_shells/test.sh @@ -143,6 +143,7 @@ fi if ! run_test dash -i ; then # dash tests are not stable, see #931 # FAILED=1 + true fi test "x$ONLY_SHELL" = "x" && rm -r tests/shell