diff options
| -rwxr-xr-x | t/04-install.t | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/t/04-install.t b/t/04-install.t index 5c1e8f5..3302909 100755 --- 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 };  | 
