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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
  • Loading branch information
tniessen authored and targos committed May 1, 2021
1 parent b6f4d79 commit 7d85617
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 7d85617

Please sign in to comment.