This commit is contained in:
André Cruz
2013-03-17 15:06:06 +00:00
parent c35dd00923
commit 7f0e840217

View File

@@ -9,7 +9,7 @@ describe('bin', function () {
function clean(done) {
rimraf(testDir, function (err) {
if (err) throw new Error('Unable to remove cache directory');
if (err) throw new Error('Unable to remove install directory');
done();
});
}