Skip to content

Commit 69a7126

Browse files
committed
Make sure committable does not crash
Added a test for issue #65
1 parent 5ae5c3d commit 69a7126

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/committable.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ $t.test(:21timeout, ‘timeout’,
230230
commit: 2015.12,HEAD say ‘Zzzz…’; sleep ∞,
231231
/^ <me($t)>‘, ¦2015.12,HEAD(’<sha>‘): «Zzzz…␤«timed out after 10 seconds» «exit signal = SIGHUP (1)»»’ $/);
232232

233+
$t.test(committable does not crash, # Issue #65
234+
commit: 2015.07 say 1.0000001 ** (10 ** 8),
235+
{$t.our-nick}, ¦2015.07: ««timed out after 10 seconds» «exit signal = SIGHUP (1)»»);
236+
233237
# TODO test total timeout
234238

235239
# Extra tests

0 commit comments

Comments
 (0)