mirror of https://github.com/lukechilds/node.git
Browse Source
The test does some extra work that isn't necessary because of the way temp directories are handled. The test removes all files from the temp directory with `common.refreshTmpDir()` but still filters the results even though only its files will be in the directory). Refactor to remove that unneeded logic. PR-URL: https://github.com/nodejs/node/pull/8180 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>v7.x
Rich Trott
8 years ago
1 changed files with 4 additions and 6 deletions
Loading…
Reference in new issue