diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-01-07 01:28:35 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-01-07 01:28:35 +0100 |
commit | 23d9ee2119b89380326caff64c01fc41cb846784 (patch) | |
tree | 48896800c902e26872455a9cd0dbc9e91825ca2a | |
parent | 2c0429cedb279e1ec0b63cbdd31d6089175eaef6 (diff) | |
download | sbotools2-23d9ee2119b89380326caff64c01fc41cb846784.tar.xz |
Remove unneeded unlink from install test cleanup
-rwxr-xr-x | t/04-install.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/04-install.t b/t/04-install.t index db1c87a..830ee3d 100755 --- 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!); |