Skip to content

Commit dc10617

Browse files
committedOct 30, 2019
test: node 13 made errno a number again
1 parent e516f96 commit dc10617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/util/spawn.js

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const main = () => {
5252
t.test('errors', t => {
5353
t.rejects(spawn(__filename), {
5454
message: /spawn.*EACCES/,
55-
errno: 'EACCES',
5655
code: 'EACCES',
5756
syscall: /spawn/,
5857
})

0 commit comments

Comments
 (0)
Please sign in to comment.