sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 90642f6fd8667448291a95f14fa76c80e7e237d2
parent eccaf953d4646c90664d9e5a0661c041bec81f97
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu, 28 Jul 2016 00:07:33 +0200

04-install.t: inode test no longer marked "TODO"

-- q.v. #40

Diffstat:
Mt/04-install.t | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/t/04-install.t b/t/04-install.t @@ -98,8 +98,7 @@ sboinstall 'perl-Capture-Tiny', { expected => "perl-Capture-Tiny installed via t sboinstall 'perl-nonexistentcpan', { input => "n", expected => qr/Proceed with perl-nonexistentcpan/ }; # 19: check node status of slackbuild script -TODO: { - local $TODO = "preserving inodes not implemented yet"; +{ my $sbo = "$RealBin/LO/nonexistentslackbuild/nonexistentslackbuild.SlackBuild"; my $inode = (stat($sbo))[1]; sboinstall 'nonexistentslackbuild', { input => "y\ny", test => 0 };