Skip to content

Commit 5d3aaf0

Browse files
committed
test: fix outdated-depth test
1 parent fc5fc76 commit 5d3aaf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tap/outdated-depth.js

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ test('outdated depth zero', function (t) {
6868
if (err) {
6969
throw err
7070
}
71+
t.is(process.exitCode, 1, 'exit code set to 1')
72+
process.exitCode = 0
7173
s.close()
7274
t.end()
7375
})

0 commit comments

Comments
 (0)