diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-02 21:55:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-06 13:16:44 +0300 |
commit | 0aa9086aa2e3c90c1e6142e2d3f3199132009e15 (patch) | |
tree | b34277e0607abb1b0b3162035865d5dae0fcdb81 /tests | |
parent | 16c7aaa76ca3468f8d5fbcd08ee6b12bf68fbac0 (diff) |
Use SPDX license ids/names in bdep-new
Diffstat (limited to 'tests')
-rw-r--r-- | tests/new.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/new.testscript b/tests/new.testscript index 6d1888a..8d4b588 100644 --- a/tests/new.testscript +++ b/tests/new.testscript @@ -264,7 +264,7 @@ status += -d prj EOE test -f libfoo/.gitignore; sed -n -e 's/^summary: (.+)$/\1/p' libfoo/manifest >'cool foo'; - sed -n -e 's/^license: ([^ ]+).*$/\1/p' libfoo/manifest >'ASLv2' + sed -n -e 's/^license: ([^ ]+).*$/\1/p' libfoo/manifest >'Apache-2.0' } : pkg |