# hof mod init - already exists
! exec hof mod init hof.io/test
stdout 'CUE module already exists in this directory'
! stderr .

-- cue.mod/module.cue --

module: "hof.io/test"
cue: "0.8.2"

-- dummy-end --
