From 5248cd72473c62e45a5614c69a6ab9bca7e2a379 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 May 2018 21:34:28 -0700 Subject: [PATCH] test: rename misnamed test Rename test-fs-chdir-errormessage.js to test-process.chdir-errormessage.js. The test is for process.chdir(). There is no fs.chdir(). PR-URL: https://github.com/nodejs/node/pull/20532 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- ...s-chdir-errormessage.js => test-process-chdir-errormessage.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/parallel/{test-fs-chdir-errormessage.js => test-process-chdir-errormessage.js} (100%) diff --git a/test/parallel/test-fs-chdir-errormessage.js b/test/parallel/test-process-chdir-errormessage.js similarity index 100% rename from test/parallel/test-fs-chdir-errormessage.js rename to test/parallel/test-process-chdir-errormessage.js