mugit/testscript/cli-repo-description.txtar (view raw)
Oleksandr Smirnov
Oleksandr Smirnov
olexsmir@gmail.com test: add missing tests (#5)..., 2 months ago
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 |