Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
darwin now as "macosx" as distro name
  • Loading branch information
lizmat committed May 28, 2014
1 parent 42714e1 commit 0f1f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-magicals/config.t
Expand Up @@ -21,7 +21,7 @@ ok $?DISTRO.name, "We were compiled in '{$?DISTRO.name}'";
# $*DISTRO.name is the OS we are running
ok $*DISTRO.name, "We are running under '{$*DISTRO.name}'";

my $osnames = lc any <darwin linux freebsd MSWin32 mingw msys cygwin solaris haiku openbsd>;
my $osnames = lc any <macosx linux freebsd MSWin32 mingw msys cygwin solaris haiku openbsd>;

#?rakudo skip 'unimpl $?OS'
ok $?DISTRO.name.lc eq $osnames, "we know of the OS we were compiled in";
Expand Down

0 comments on commit 0f1f2cd

Please sign in to comment.