Skip to content

Commit e88ebb7

Browse files
committed
tests: remove old (and wrong) Hurd workaround
Other than being no more applicable with recent Hurd versions (e.g. 0.5, 0.6), it was working around a bug in TestTool::init, not properly handling failures in SDL::init. Basically it reverts commit 4931c49.
1 parent e1fbc93 commit e88ebb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/core_cd.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ BEGIN {
99
use SDL::TestTool;
1010
use Config;
1111

12-
plan( skip_all => 'GNU Hurd <= 0.3 not supported' )
13-
if $^O eq 'gnu' && $Config{osvers} <= 0.3;
14-
1512
plan( skip_all => 'Failed to init cdrom' )
1613
unless SDL::TestTool->init(SDL_INIT_CDROM);
1714
}

0 commit comments

Comments
 (0)