commit 27a9343eba60fd2392e06cadbd8f5d151369c9cb parent e68ba9db75d70538a11f1ef834823e79612c2294 Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Mon, 4 Jan 2016 23:18:39 +0100 Actually test a multilib installation Diffstat:
| M | t/09-multilib.t | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/09-multilib.t b/t/09-multilib.t @@ -56,8 +56,8 @@ cleanup(); make_slackbuilds_txt(); set_lo(); -# 1: Failing slackbuild script -script (qw/ sboinstall multilibsbo /, { input => "y\ny", expected => qr// }); +# 1: Testing multilibsbo +script (qw/ sboinstall -p multilibsbo /, { input => "y\ny\ny", expected => qr/Cleaning for multilibsbo-compat32-1[.]0[.][.][.]\n/ }); # Cleanup END {