diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 00:03:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 00:03:03 +0300 |
commit | 76f9ceeafb41aa30cdeafa260cf1e42b63111610 (patch) | |
tree | ab2a2fcd2ceed38a02ce14e4f2ab4db633c16a91 /tests/manifest | |
parent | 6782634f4e4606a1a934dfda5cf52543f74f78cc (diff) |
Adapt to inventing package_name type
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/result.test | 2 | ||||
-rw-r--r-- | tests/manifest/task.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manifest/result.test b/tests/manifest/result.test index 2735e53..54f60ed 100644 --- a/tests/manifest/result.test +++ b/tests/manifest/result.test @@ -114,7 +114,7 @@ test.options += -r { : name-empty : - $* <<EOI 2>'stdin:2:6: error: empty result package name' == 1 + $* <<EOI 2>'stdin:2:6: error: invalid result package name: length is less than two characters' == 1 : 1 name: EOI diff --git a/tests/manifest/task.test b/tests/manifest/task.test index c78ce19..a835918 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.test @@ -142,7 +142,7 @@ test.options += -t { : name-empty : - $* <<EOI 2>'stdin:2:6: error: empty task package name' == 1 + $* <<EOI 2>'stdin:2:6: error: invalid task package name: length is less than two characters' == 1 : 1 name: EOI |