Skip to content

Commit

Permalink
test: remove arg that git 1.9 doesn't grok
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 29, 2019
1 parent 7e4950b commit 408964d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/git.js
Expand Up @@ -125,7 +125,6 @@ t.test('setup', { bail: true }, t => {
'daemon',
`--port=${gitPort}`,
'--export-all',
'--log-destination=stderr',
'--verbose',
'--informative-errors',
'--reuseaddr',
Expand Down
1 change: 0 additions & 1 deletion test/util/git/clone.js
Expand Up @@ -56,7 +56,6 @@ t.test('spawn daemon', { bail: true }, t => {
'daemon',
`--port=${port}`,
'--export-all',
'--log-destination=stderr',
'--verbose',
'--informative-errors',
'--reuseaddr',
Expand Down

0 comments on commit 408964d

Please sign in to comment.