Skip to content

Commit

Permalink
test: fix skip message for test-macos-app-sandbox
Browse files Browse the repository at this point in the history
PR-URL: #38114
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
tniessen authored and jasnell committed Apr 7, 2021
1 parent 038608d commit 6a6cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-macos-app-sandbox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
const common = require('../common');
if (process.platform !== 'darwin')
common.skip('App Sandbox is only avaliable on Darwin');
common.skip('App Sandbox is only available on Darwin');

const fixtures = require('../common/fixtures');
const tmpdir = require('../common/tmpdir');
Expand Down

0 comments on commit 6a6cdfa

Please sign in to comment.