tests: remove the (broken) exit_gracefully check
I previously tried to fix the check, but could only come up with a fix which required removing our module pre-loading, which makes the tests considerably more expensive. Instead, let’s just remove the check.
This commit is contained in:
@ -11,7 +11,6 @@ BEGIN {
|
||||
IPC::Run
|
||||
ExtUtils::PkgConfig
|
||||
Inline
|
||||
Test::More
|
||||
);
|
||||
for my $dep (@deps) {
|
||||
use_ok($dep) or BAIL_OUT(qq|The Perl module "$dep" could not be loaded. Please see http://build.i3wm.org/docs/testsuite.html#_installing_the_dependencies|);
|
||||
|
Reference in New Issue
Block a user