We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18aec67 commit 9f567e7Copy full SHA for 9f567e7
test/parallel/test-fs-readfile-error.js
@@ -6,7 +6,7 @@ const path = require('path');
6
7
// `fs.readFile('/')` does not fail on FreeBSD, because you can open and read
8
// the directory there.
9
-if (process.platform === 'freebsd') {
+if (common.isFreeBSD) {
10
common.skip('platform not supported.');
11
return;
12
}
0 commit comments