diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:23:23 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:23:23 +0200 |
commit | f9252d36627e347fbe5523a8778b3cfd29a92bfd (patch) | |
tree | ecb62496b1628d46f1800c11b0c6c91eb037a495 /t/07-fail.t | |
parent | 10028ee46789518f0f5269b3aa107a4318eeeac6 (diff) | |
download | sbotools2-f9252d36627e347fbe5523a8778b3cfd29a92bfd.tar.xz |
07-fail.t: also removepkg multilibfail in cleanup
Diffstat (limited to 't/07-fail.t')
-rwxr-xr-x | t/07-fail.t | 2 |
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!); }; } |