X Tutup
The Wayback Machine - https://web.archive.org/web/20210829091217/https://github.com/nodejs/node/commit/6a6cdfad03
Skip to content
Permalink
Browse files
test: fix skip message for test-macos-app-sandbox
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 6a6cdfad03cdf2c4037f615c4c2efbacd028cb9e
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/parallel/test-macos-app-sandbox.js
@@ -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');

0 comments on commit 6a6cdfa

Please sign in to comment.
X Tutup