aboutsummaryrefslogtreecommitdiff
path: root/t/07-fail.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-13 00:23:23 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-13 00:23:23 +0200
commitf9252d36627e347fbe5523a8778b3cfd29a92bfd (patch)
treeecb62496b1628d46f1800c11b0c6c91eb037a495 /t/07-fail.t
parent10028ee46789518f0f5269b3aa107a4318eeeac6 (diff)
downloadsbotools2-f9252d36627e347fbe5523a8778b3cfd29a92bfd.tar.xz
07-fail.t: also removepkg multilibfail in cleanup
Diffstat (limited to 't/07-fail.t')
-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 217bef3..d5f703f 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!);
+ system(qw!/sbin/removepkg nonexistentslackbuild2 noreadmebutreadmereq multilibfail!);
};
}