Skip to content

Commit

Permalink
test: fix outdated-depth test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 31, 2019
1 parent fc5fc76 commit 5d3aaf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tap/outdated-depth.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ test('outdated depth zero', function (t) {
if (err) {
throw err
}
t.is(process.exitCode, 1, 'exit code set to 1')
process.exitCode = 0
s.close()
t.end()
})
Expand Down

0 comments on commit 5d3aaf0

Please sign in to comment.