From 9e15fc723325857027daacac34dba1245e805232 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Oct 2022 14:59:28 +0300 Subject: Fix script 'for' loop tests --- tests/test/script/runner/for.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test') diff --git a/tests/test/script/runner/for.testscript b/tests/test/script/runner/for.testscript index 054e9ab..5c1133d 100644 --- a/tests/test/script/runner/for.testscript +++ b/tests/test/script/runner/for.testscript @@ -167,7 +167,7 @@ end EOI testscript:1:1: error: for: unknown option '-a' - %. + %.+ EOE @@ -179,7 +179,7 @@ end EOI testscript:1:1: error: for: missing variable name - %. + %.+ EOE : special-var -- cgit v1.1