all repos

mugit @ 3b5e3bfc7f5210c80862692323cc192c2c05da26

🐮 git server that your cow will love

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
test: add missing tests (#5)..., 2 months ago
1
mugit repo new desc-repo
2
3
mugit repo description desc-repo
4
stderr 'description=""' # fix output
5
6
mugit repo description desc-repo 'new test desc'
7
stderr 'new_description="new test desc"' # fix output
8
9
mugit repo description desc-repo
10
stderr 'new_description="new test desc"' # fix output