Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix typo
Baptiste Daroussin committed 6 years ago
commit c782dfe92bdcbcfda72a915afd47b2d139e49803
parent 42c700bb3d172c230ab19faa351eb35fedc155d2
1 file changed +1 -1
modified tests/frontend/conflicts.sh
@@ -189,7 +189,7 @@ fileexists_notinpkg_body()
	atf_check \
		pkg -o REPOS_DIR=${TMPDIR} -r ${TMPDIR}/target install -qy test

-
	test -f ${TMPDIR}/target/${TMPDIR}/a.pkgsave || atf_fail "file not saved when it should not have"
+
	test -f ${TMPDIR}/target/${TMPDIR}/a.pkgsave || atf_fail "file not saved when it should have"
}

find_conflicts_body() {