sbotools2

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

commit 23d9ee2119b89380326caff64c01fc41cb846784
parent 2c0429cedb279e1ec0b63cbdd31d6089175eaef6
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Thu,  7 Jan 2016 01:28:35 +0100

Remove unneeded unlink from install test cleanup

Diffstat:
Mt/04-install.t | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/t/04-install.t b/t/04-install.t @@ -27,7 +27,6 @@ sub cleanup { unlink "$RealBin/LO/nonexistentslackbuild/perf.dummy"; unlink "$RealBin/LO/nonexistentslackbuild4/perf.dummy"; unlink "$RealBin/LO/nonexistentslackbuild5/perf.dummy"; - unlink "$RealBin/LO/failingslackbuild/perf.dummy"; system(qw!rm -rf /tmp/SBo/nonexistentslackbuild-1.0!); system(qw!rm -rf /tmp/SBo/nonexistentslackbuild4-1.0!); system(qw!rm -rf /tmp/SBo/nonexistentslackbuild5-1.0!);