From c5c3f5cb01eb45c87d97d46e9d3111331f1b08d5 Mon Sep 17 00:00:00 2001 From: TiagoDanin Date: Sun, 4 Dec 2016 15:28:43 -0300 Subject: [PATCH] Replace "osx" to "macOS" --- spec/update-process-env-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/update-process-env-spec.js b/spec/update-process-env-spec.js index 1d2e274e4..f730ae632 100644 --- a/spec/update-process-env-spec.js +++ b/spec/update-process-env-spec.js @@ -151,7 +151,7 @@ describe('updateProcessEnv(launchEnv)', function () { }) describe('when the launch environment does not come from a shell', function () { - describe('on osx', function () { + describe('on macOS', function () { it('updates process.env to match the environment in the user\'s login shell', async function () { if (process.platform === 'win32') return // TestsThatFailOnWin32