diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-10-13 14:59:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-10-13 15:09:47 +0300 |
commit | 9e15fc723325857027daacac34dba1245e805232 (patch) | |
tree | f1d09c20d97c69603c304ec2c43966c6756a62d9 /tests/recipe/buildscript/testscript | |
parent | 21d12900fd08b7c2e33626803d094f44f269ae19 (diff) |
Fix script 'for' loop tests
Diffstat (limited to 'tests/recipe/buildscript/testscript')
-rw-r--r-- | tests/recipe/buildscript/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/recipe/buildscript/testscript b/tests/recipe/buildscript/testscript index 531baa9..c92de8f 100644 --- a/tests/recipe/buildscript/testscript +++ b/tests/recipe/buildscript/testscript @@ -1333,7 +1333,7 @@ if $posix $* 2>>~%EOE% != 0; gen file{foo.} buildfile:8:3: error: for: ':' after variable name - %.{3} + %.+ EOE $* clean 2>- |