# test that verify returns success on an empty directory
chezmoi verify

# test that verify returns failure if the destination directory does not match
# the target state
mkdir ${CHEZMOISOURCEDIR}
cp golden${/}empty_dot_hushlogin ${CHEZMOISOURCEDIR}${/}empty_dot_hushlogin
! chezmoi verify

# test that verify returns success after the chezmoi apply
! exists $HOME${/}.hushlogin
chezmoi apply
exists $HOME${/}.hushlogin
chezmoi verify

-- golden/empty_dot_hushlogin --
