diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-06 23:37:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 13:59:01 +0300 |
commit | efece35aa05ef7f89e3deb0c0017687ddd960af0 (patch) | |
tree | e5c0412cf3ed9b9eeaf014c1bd0e8234bb6076b6 /tests/pkg-fetch.testscript | |
parent | f03160395525ac7e56be5de25544de6032910819 (diff) |
Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-'
Diffstat (limited to 'tests/pkg-fetch.testscript')
-rw-r--r-- | tests/pkg-fetch.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-fetch.testscript b/tests/pkg-fetch.testscript index fe14662..22fcc0c 100644 --- a/tests/pkg-fetch.testscript +++ b/tests/pkg-fetch.testscript @@ -79,7 +79,7 @@ $* libfoo 2>>EOE != 0 : $clone_cfg; $* libfoo/1/2/3 2>>EOE != 0 - error: invalid package version '1/2/3': alpha-numeric characters expected in a component + error: invalid package version '1/2/3' in 'libfoo/1/2/3': alpha-numeric characters expected in a component EOE : no-repositories |