Files
mire/e2e/init/basic/in

6 lines
106 B
Plaintext

mkdir -p /tmp/project
cd /tmp/project
mire init
test -f mire.toml && test -x e2e/shell.sh && echo ok
exit