diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-16 14:25:17 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-16 19:03:39 +0300 |
commit | 36026ec0a05d74776114ddf5aee096fbda9bc7ee (patch) | |
tree | 069ae3f92988641749b3b77865c2b9a12e74e8bb /tests/cfg-create.test | |
parent | be961c92f1306ad16392eb90dbaa579353c9033e (diff) |
Redo pkg-status output
Diffstat (limited to 'tests/cfg-create.test')
-rw-r--r-- | tests/cfg-create.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cfg-create.test b/tests/cfg-create.test index 65fe2f9..c2f70e7 100644 --- a/tests/cfg-create.test +++ b/tests/cfg-create.test @@ -26,7 +26,7 @@ EOE %created new configuration in .+/cfg/% EOE - $pkg_status libfoo >'unknown' + $pkg_status libfoo >'libfoo unknown' } : conf-var @@ -36,7 +36,7 @@ EOE %created new configuration in .+/cfg/% EOE - $pkg_status libfoo >'unknown'; + $pkg_status libfoo >'libfoo unknown'; cat cfg/build/config.build >>/~"%EOO%" %.+ @@ -52,7 +52,7 @@ EOE %created new configuration in .+/cfg/% EOE - $pkg_status libfoo >'unknown'; + $pkg_status libfoo >'libfoo unknown'; cat cfg/build/config.build >>/~"%EOO%" %.+ @@ -70,6 +70,6 @@ EOE %created new configuration in .+/cfg/% EOE - $pkg_status libfoo >'unknown' + $pkg_status libfoo >'libfoo unknown' } } |