aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-29 00:20:20 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-29 00:20:20 +0200
commit2d9a163d9c50da082557361c3f5d3806c6715349 (patch)
tree9360d3881ca2c3417c523bff52e288662bdca879
parent4cb2076c6208dc181b2a69b6d3bd49a4926530ba (diff)
downloadsbotools2-2d9a163d9c50da082557361c3f5d3806c6715349.tar.xz
07-fail.t: missed a removepkg nonexistentslackbuild
-rwxr-xr-xt/07-fail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/07-fail.t b/t/07-fail.t
index 507be68..b4b75eb 100755
--- a/t/07-fail.t
+++ b/t/07-fail.t
@@ -77,7 +77,7 @@ sub cleanup {
system(qw!rm -rf /tmp/package-malformed-slackbuild!);
system(qw!rm -rf /tmp/package-multilibfail!);
system(qw!rm -rf /tmp/package-noreadmebutreadmereq!);
- system(qw!/sbin/removepkg nonexistentslackbuild2 noreadmebutreadmereq multilibfail!);
+ system(qw!/sbin/removepkg nonexistentslackbuild nonexistentslackbuild2 noreadmebutreadmereq multilibfail!);
};
}