Skip to content

Commit 9081d02

Browse files
authored
Merge pull request #281 from pinotree/hurd-cleanup
tests: remove old (and wrong) Hurd workaround
2 parents 105f31d + e88ebb7 commit 9081d02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: t/core_cd.t

-3
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)