mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
test: add cleanup to long path test
This commit is contained in:
@@ -47,5 +47,6 @@ fs.writeFile(fullPath, 'ok', function(err) {
|
||||
});
|
||||
|
||||
process.on('exit', function() {
|
||||
fs.unlinkSync(fullPath);
|
||||
assert.equal(2, successes);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user