Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@users.noreply.github.com>2021-03-20 00:35:44 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-24 04:17:31 +0300
commitaa529b73b78dcb001b2b19b54514c82ddea6230b (patch)
tree7e20ed521aa13ca118ddb0d87184450422cd3851
parentd9ab1d56cef1438126036f55a7ff1d2e0138cce7 (diff)
test: fix ibmi skip message
PR-URL: https://github.com/nodejs/node/pull/37821 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--test/async-hooks/test-fseventwrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-fseventwrap.js b/test/async-hooks/test-fseventwrap.js
index 60928562872..12a439f8033 100644
--- a/test/async-hooks/test-fseventwrap.js
+++ b/test/async-hooks/test-fseventwrap.js
@@ -11,7 +11,7 @@ if (!common.isMainThread)
common.skip('Worker bootstrapping works differently -> different async IDs');
if (common.isIBMi)
- common.skip('IBMi does not suppport fs.watch()');
+ common.skip('IBMi does not support fs.watch()');
const hooks = initHooks();