diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-06 19:25:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-09 13:45:36 +0300 |
commit | 6cb3eff4780aeeaf0757a0410f62f2cc5ac9f3b0 (patch) | |
tree | c6bc31b17da18ffc9966cb3d7ebff01bc3971cf7 /tests/cfg-create.testscript | |
parent | ecc0a1fa45008caf481ff337e60308804d3d22d8 (diff) |
Add --link option to cfg-info
Diffstat (limited to 'tests/cfg-create.testscript')
-rw-r--r-- | tests/cfg-create.testscript | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/tests/cfg-create.testscript b/tests/cfg-create.testscript index 25225ba..e69629d 100644 --- a/tests/cfg-create.testscript +++ b/tests/cfg-create.testscript @@ -255,11 +255,21 @@ EOE type: target EOE - $cfg_info >>/~"%EOO%"; + $cfg_info --link >>/~"%EOO%"; %path: .+/cfg/% %uuid: .{36}% type: target %name: % + + %path: .+/host/% + %uuid: .{36}% + type: host + %name: % + + %path: .+/build2/% + %uuid: .{36}% + type: build2 + %name: % EOO $pkg_status libfoo >'libfoo unknown' |