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:
Michael Stapelberg
2017-09-14 11:30:58 +02:00
parent 02786155dc
commit 363417e010
3 changed files with 5 additions and 15 deletions

View File

@ -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|);