test: add cleanup to long path test

pull/24507/merge
Scott Blomquist 2013-02-28 09:18:12 -08:00
parent cb87920ba9
commit 1762ba37ca
1 changed files with 1 additions and 0 deletions

View File

@ -47,5 +47,6 @@ fs.writeFile(fullPath, 'ok', function(err) {
});
process.on('exit', function() {
fs.unlinkSync(fullPath);
assert.equal(2, successes);
});