diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-31 00:23:31 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-31 00:23:31 +0200 |
commit | 3fca4ebe361e06994fd5fd9a5b858980aa3a3465 (patch) | |
tree | 5e4fcb73a1d16ecd099980169582c3d9476b2539 /t/04-install.t | |
parent | 7296b173cb1c7c53172b67c79832bb6b0fe6a67b (diff) | |
download | sbotools2-3fca4ebe361e06994fd5fd9a5b858980aa3a3465.tar.xz |
sboinstall: report full package name for something already installed.
See #44.
Diffstat (limited to 't/04-install.t')
-rwxr-xr-x | t/04-install.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04-install.t b/t/04-install.t index 3302909..93c0460 100755 --- a/t/04-install.t +++ b/t/04-install.t @@ -74,7 +74,7 @@ sboinstall 'nonexistentslackbuild4', { input => "y\ny", expected => qr/nonexiste sboremove 'nonexistentslackbuild4', 'nonexistentslackbuild5', { input => "y\ny\ny", test => 0 }; # 10: sboinstall nonexistentslackbuild6 -sboinstall 'nonexistentslackbuild6', { input => "y\ny", expected => qr/aaa_base already installed.*nonexistentslackbuild6 added to install queue.*Install queue: nonexistentslackbuild6/s }; +sboinstall 'nonexistentslackbuild6', { input => "y\ny", expected => qr/aaa_base \(aaa_base-[^)]+\) is already installed.*nonexistentslackbuild6 added to install queue.*Install queue: nonexistentslackbuild6/s }; # 11-12: sboinstall -i nonexistentslackbuild sboinstall qw/ -i nonexistentslackbuild /, { input => "y\ny", expected => qr/nonexistentslackbuild added to install queue/ }; |