Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct the amount of skipped tests.
  • Loading branch information
pmurias committed Jan 11, 2016
1 parent a161dbd commit a3dadfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/nqp/19-file-ops.t
Expand Up @@ -235,7 +235,7 @@ nqp::unlink($tmp-file);
my $is-windows := $output ne "%NQP_SHELL_TEST_ENV_VAR%\n";

if $is-windows {
skip("symlink not tested on Windows", 4);
skip("symlink not tested on Windows", 5);
}
else {
nqp::unlink($test-file ~ '-symlink') if nqp::stat($test-file ~ '-symlink', nqp::const::STAT_EXISTS);
Expand Down Expand Up @@ -276,7 +276,7 @@ if $crlf-conversion {
nqp::unlink($test-file) if nqp::stat($test-file, nqp::const::STAT_EXISTS); # clean up test-file

if $is-windows || ($backend ne 'moar' && $backend ne 'js') {
skip("symlink test not tested on Windows or $backend", 11);
skip("symlink test not tested on Windows or $backend", 12);
}
else {

Expand Down

0 comments on commit a3dadfc

Please sign in to comment.