aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-underscore.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-repl-underscore.js')
-rw-r--r--test/parallel/test-repl-underscore.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/parallel/test-repl-underscore.js b/test/parallel/test-repl-underscore.js
index f7fe0bcea8..dea2ed4370 100644
--- a/test/parallel/test-repl-underscore.js
+++ b/test/parallel/test-repl-underscore.js
@@ -177,8 +177,12 @@ function testError() {
'[Error: foo]',
// The sync error, with individual property echoes
- /Error: ENOENT: no such file or directory, scandir '.*nonexistent.*'/,
+ /^{ Error: ENOENT: no such file or directory, scandir '.*nonexistent.*'/,
/Object\.readdirSync/,
+ /^ errno: -(2|4058),$/,
+ " syscall: 'scandir',",
+ " code: 'ENOENT',",
+ " path: '/nonexistent?' }",
"'ENOENT'",
"'scandir'",