Skip to content

Commit

Permalink
locale_threads.t: Reenable DragonFly testing
Browse files Browse the repository at this point in the history
This was instituted by 1d74e82, but
ae3e9dd should have fixed this.
  • Loading branch information
khwilliamson committed Mar 12, 2024
1 parent 1d2f32c commit 8ba4821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/locale_threads.t
Expand Up @@ -11,8 +11,8 @@ BEGIN {
set_up_inc('../lib');

skip_all_without_config('useithreads');
skip_all("Fails on threaded builds on OpenBSD and DragonFly BSD")
if ($^O =~ m/^(openbsd|dragonfly)$/);
skip_all("Fails on threaded builds on OpenBSD")
if ($^O =~ m/^(openbsd)$/);

require './loc_tools.pl';

Expand Down

0 comments on commit 8ba4821

Please sign in to comment.