Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfreaker committed Sep 30, 2015
1 parent 8348230 commit 4dc718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var childProcess = require('child_process');

test('Invalid file name', function (t) {
t.plan(1);
childProcess.execFile('../subdownloader.js', ['randomfilename'], {cwd: __dirname}, function (err, stdout) {
childProcess.execFile('../cli.js', ['randomfilename'], {cwd: __dirname}, function (err, stdout) {
t.equal('Please check if all the file name given exists or not.\n', stdout, 'Both strings are equal');
});
});

0 comments on commit 4dc718f

Please sign in to comment.