'
test_expect_success 'find `cgit` signature' '
- tail -1 tmp | grep "^cgit"
+ tail -2 tmp | head -1 | grep "^cgit"
'
test_expect_success 'find initial commit' '
'
test_expect_success 'find `cgit` signature' '
- tail -1 tmp | grep "^cgit"
+ tail -2 tmp | head -1 | grep "^cgit"
'
test_done