From: Jakub Pawlowicz Date: Tue, 5 Apr 2016 05:05:30 +0000 (+0200) Subject: Correctly removes `reset.css` in binary test. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8253be049af6f8cb5baee9ec87f469f9a27e7e36;p=clean-css.git Correctly removes `reset.css` in binary test. --- diff --git a/test/binary-test.js b/test/binary-test.js index 2cc769f5..9ed866c4 100644 --- a/test/binary-test.js +++ b/test/binary-test.js @@ -540,6 +540,7 @@ vows.describe('./bin/cleancss') ); }, 'teardown': function () { + deleteFile('reset.css'); deleteFile('reset.min.css'); deleteFile('reset.min.css.map'); }