mirror of https://github.com/nodejs/node.git
test: add cleanup to long path test
parent
cb87920ba9
commit
1762ba37ca
|
@ -47,5 +47,6 @@ fs.writeFile(fullPath, 'ok', function(err) {
|
|||
});
|
||||
|
||||
process.on('exit', function() {
|
||||
fs.unlinkSync(fullPath);
|
||||
assert.equal(2, successes);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue