Skip to content

Commit

Permalink
Removed hardcoded path from 'noTaskNames' test expectation so it pass…
Browse files Browse the repository at this point in the history
…es properly on Travis CI
  • Loading branch information
romaricpascal committed Nov 13, 2013
1 parent 23dad56 commit 02c9d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expected/pre-commit.noTaskNames
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var exec = require('child_process').exec;

exec('grunt', {
cwd: '/home/rhumaric/Dropbox/projects/grunt-githooks'
cwd: '{{expectedWorkingDir}}'
}, function (err, stdout, stderr) {

console.log(stdout);
Expand Down

0 comments on commit 02c9d2e

Please sign in to comment.