Skip to content

Commit

Permalink
Use better or for conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Aug 6, 2014
1 parent 958aebf commit b347588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/diff_is.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test::Base tests => 1;

SKIP: {
if ($^O eq 'MSWin32' || $^O eq 'android') {
if ($^O eq 'MSWin32' or $^O eq 'android') {
skip "$^O doesn't have /tmp", 1;
}

Expand Down

0 comments on commit b347588

Please sign in to comment.