all repos

mugit @ 3cf8623aea4ab18930993b5305f5960b087f05e0

🐮 git server that your cow will love

mugit/testscript/cli-repo-description-errors.txtar (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
test: add missing tests (#5)..., 2 months ago
1
# missing repo name
2
! mugit repo description
3
stderr 'no name provided'
4
5
# repo does not exist
6
! mugit repo description nonexistent
7
stderr 'failed to open repo'