Skip to content

Commit 408964d

Browse files
committed
test: remove arg that git 1.9 doesn't grok
1 parent 7e4950b commit 408964d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/git.js

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ t.test('setup', { bail: true }, t => {
125125
'daemon',
126126
`--port=${gitPort}`,
127127
'--export-all',
128-
'--log-destination=stderr',
129128
'--verbose',
130129
'--informative-errors',
131130
'--reuseaddr',

test/util/git/clone.js

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ t.test('spawn daemon', { bail: true }, t => {
5656
'daemon',
5757
`--port=${port}`,
5858
'--export-all',
59-
'--log-destination=stderr',
6059
'--verbose',
6160
'--informative-errors',
6261
'--reuseaddr',

0 commit comments

Comments
 (0)